Shades of Han Purple #6212F0
Tints of Han Purple #6212F0
RGB
CMYK
RGB Variations
Color information
#6212F0 (or 0x6212F0) is known color: Han Purple. HEX triplet: 62, 12 and F0. RGB value is (98,18,240). Sum of RGB (Red+Green+Blue) = 98+18+240=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 240 (94.14% from 255 or 67.42% from 356); Max value from RGB is 240 - color contains mainly: blue. Hex color #6212F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6212F0 is #9DED0F. Grayscale: #424242. Windows color (decimal): -10349840 or 15733346. OLE color: 15733346.
HSL color Cylindrical-coordinate representation of color #6212F0: hue angle of 261.62º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6212F0 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 18 | 240 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.06 |
| HSL | 261.62º | 0.88% | 0.51% | - |
| HSV(B) | 261.62º | 0.93% | 0.94% | - |
| XYZ | 20.98 | 9.32 | 83.13 | - |
| YUV | 67.23 | 225.5 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 240 | 0.59 | 0.92 | 0 | 0.06 | 261.62 | 0.88 | 0.51 |
| Hex | 62 | 12 | F0 | 3B | 5C | 0 | 6 | 106 | 58 | 33 |
| Octal | 142 | 22 | 360 | 73 | 134 | 0 | 6 | 406 | 130 | 63 |
| Binary | 1100010 | 10010 | 11110000 | 111011 | 1011100 | 0 | 110 | 100000110 | 1011000 | 110011 |
Color Harmonies of #6212F0
Complementary color
Monochromatic Colors of #6212F0
Black with #6212F0
Text Example
Text Example
White with #6212F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6212F0; }
p { color: rgb(98,18,240); }
H1.HeaderClassName
{
color: #6212F0;
}
.AnyTagClassName
{
color: #6212F0;
}
</style>
background-color css
<style>
a { background-color: #6212F0; }
a { background-color: rgb(98,18,240); }
div.DivClassName
{
background-color: #6212F0;
}
.BgClassName
{
background-color: #6212F0;
}
</style>
border-color css
<style>
span { border-color: #6212F0; }
span { border-color: rgb(98,18,240); }
td.TdClassName
{
border-color: #6212F0;
}
.TagClassName
{
border-color: #6212F0;
}
</style>