Shades of Han Purple #6212F7
Tints of Han Purple #6212F7
RGB
CMYK
RGB Variations
Color information
#6212F7 (or 0x6212F7) is known color: Han Purple. HEX triplet: 62, 12 and F7. RGB value is (98,18,247). Sum of RGB (Red+Green+Blue) = 98+18+247=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 247 (96.88% from 255 or 68.04% from 363); Max value from RGB is 247 - color contains mainly: blue. Hex color #6212F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6212F7 is #9DED08. Grayscale: #434343. Windows color (decimal): -10349833 or 16192098. OLE color: 16192098.
HSL color Cylindrical-coordinate representation of color #6212F7: hue angle of 260.96º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6212F7 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 98 | 18 | 247 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.03 |
| HSL | 260.96º | 0.93% | 0.52% | - |
| HSV(B) | 260.96º | 0.93% | 0.97% | - |
| XYZ | 22.04 | 9.74 | 88.71 | - |
| YUV | 68.03 | 229 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 247 | 0.60 | 0.93 | 0 | 0.03 | 260.96 | 0.93 | 0.52 |
| Hex | 62 | 12 | F7 | 3C | 5D | 0 | 3 | 105 | 5D | 34 |
| Octal | 142 | 22 | 367 | 74 | 135 | 0 | 3 | 405 | 135 | 64 |
| Binary | 1100010 | 10010 | 11110111 | 111100 | 1011101 | 0 | 11 | 100000101 | 1011101 | 110100 |
Color Harmonies of #6212F7
Complementary color
Monochromatic Colors of #6212F7
Black with #6212F7
Text Example
Text Example
White with #6212F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6212F7; }
p { color: rgb(98,18,247); }
H1.HeaderClassName
{
color: #6212F7;
}
.AnyTagClassName
{
color: #6212F7;
}
</style>
background-color css
<style>
a { background-color: #6212F7; }
a { background-color: rgb(98,18,247); }
div.DivClassName
{
background-color: #6212F7;
}
.BgClassName
{
background-color: #6212F7;
}
</style>
border-color css
<style>
span { border-color: #6212F7; }
span { border-color: rgb(98,18,247); }
td.TdClassName
{
border-color: #6212F7;
}
.TagClassName
{
border-color: #6212F7;
}
</style>