Shades of Han Purple #6112FE
Tints of Han Purple #6112FE
RGB
CMYK
RGB Variations
Color information
#6112FE (or 0x6112FE) is known color: Han Purple. HEX triplet: 61, 12 and FE. RGB value is (97,18,254). Sum of RGB (Red+Green+Blue) = 97+18+254=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #6112FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6112FE is #9EED01. Grayscale: #434343. Windows color (decimal): -10415362 or 16650849. OLE color: 16650849.
HSL color Cylindrical-coordinate representation of color #6112FE: hue angle of 260.08º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6112FE is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 18 | 254 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.00 |
| HSL | 260.08º | 0.99% | 0.53% | - |
| HSV(B) | 260.08º | 0.93% | 1% | - |
| XYZ | 23.04 | 10.13 | 94.51 | - |
| YUV | 68.53 | 232.67 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 254 | 0.62 | 0.93 | 0 | 0.00 | 260.08 | 0.99 | 0.53 |
| Hex | 61 | 12 | FE | 3E | 5D | 0 | 0 | 104 | 63 | 35 |
| Octal | 141 | 22 | 376 | 76 | 135 | 0 | 0 | 404 | 143 | 65 |
| Binary | 1100001 | 10010 | 11111110 | 111110 | 1011101 | 0 | 0 | 100000100 | 1100011 | 110101 |
Color Harmonies of #6112FE
Complementary color
Monochromatic Colors of #6112FE
Black with #6112FE
Text Example
Text Example
White with #6112FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6112FE; }
p { color: rgb(97,18,254); }
H1.HeaderClassName
{
color: #6112FE;
}
.AnyTagClassName
{
color: #6112FE;
}
</style>
background-color css
<style>
a { background-color: #6112FE; }
a { background-color: rgb(97,18,254); }
div.DivClassName
{
background-color: #6112FE;
}
.BgClassName
{
background-color: #6112FE;
}
</style>
border-color css
<style>
span { border-color: #6112FE; }
span { border-color: rgb(97,18,254); }
td.TdClassName
{
border-color: #6112FE;
}
.TagClassName
{
border-color: #6112FE;
}
</style>