User:DePiep/Hexcolor-to-hue/doc
Appearance
This is a documentation subpage for User:DePiep/Hexcolor-to-hue. It may contain usage information, categories and other content that is not part of the original user template page. |
hex to hue
[edit]- {{User:DePiep/Hexcolor-to-hue}} -- cleanup input hex6
- {{User:DePiep/Hexcolor-to-hue/step1}} -- calc R255 from hex6 etc
- {{User:DePiep/Hexcolor-to-hue/step2}} -- calc hue360
- {{User:DePiep/Hexcolor-to-hue/step3-format}} -- format output (HSV is dflt)
{{!}} {{RGBtoHSL.H|{{{Rdec|}}} |{{{Gdec|}}} |{{{Bdec|}}} }} {{!}} style="background:#{{HSVtoHEX|1={{RGBtoHSL.H|{{{Rdec|}}} |{{{Gdec|}}} |{{{Bdec|}}} }}|2=0.70|3=1}};" {{!}}
test
[edit]- hextriplet-in = #123456
- hextriplet-bare = 123456
- R255 = 18, G255 = 52, B255 = 86
- format=
- hue360 = 210
- hue360-to-hex HSV: 4CA5FF
- hextriplet-in = #abcdef
- hextriplet-bare = abcdef
- R255 = 171, G255 = 205, B255 = 239
- format=
- hue360 = 210
- hue360-to-hex HSV: 4CA5FF
- hextriplet-in = #fedcba
- hextriplet-bare = fedcba
- R255 = 254, G255 = 220, B255 = 186
- format=
- hue360 = 30
- hue360-to-hex HSV: FFA54C
- hextriplet-in = ab129a
- hextriplet-bare = ab129a
- R255 = 171, G255 = 18, B255 = 154
- format=
- hue360 = 306.7
- hue360-to-hex HSV: FF4CEB
- hextriplet-in = ab129a
- hextriplet-bare = ab129a
- R255 = 171, G255 = 18, B255 = 154
- format=
- hue360 = 306.7
- hue360-to-hex HSV: FF99F3