Shades of Han Purple #6011FE
Tints of Han Purple #6011FE
RGB
CMYK
RGB Variations
Color information
#6011FE (or 0x6011FE) is known color: Han Purple. HEX triplet: 60, 11 and FE. RGB value is (96,17,254). Sum of RGB (Red+Green+Blue) = 96+17+254=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #6011FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6011FE is #9FEE01. Grayscale: #424242. Windows color (decimal): -10481154 or 16650592. OLE color: 16650592.
HSL color Cylindrical-coordinate representation of color #6011FE: hue angle of 260º 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 #6011FE is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 17 | 254 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.00 |
| HSL | 260º | 0.99% | 0.53% | - |
| HSV(B) | 260º | 0.93% | 1% | - |
| XYZ | 22.91 | 10.04 | 94.5 | - |
| YUV | 67.64 | 233.17 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 254 | 0.62 | 0.93 | 0 | 0.00 | 260 | 0.99 | 0.53 |
| Hex | 60 | 11 | FE | 3E | 5D | 0 | 0 | 104 | 63 | 35 |
| Octal | 140 | 21 | 376 | 76 | 135 | 0 | 0 | 404 | 143 | 65 |
| Binary | 1100000 | 10001 | 11111110 | 111110 | 1011101 | 0 | 0 | 100000100 | 1100011 | 110101 |
Color Harmonies of #6011FE
Complementary color
Monochromatic Colors of #6011FE
Black with #6011FE
Text Example
Text Example
White with #6011FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6011FE; }
p { color: rgb(96,17,254); }
H1.HeaderClassName
{
color: #6011FE;
}
.AnyTagClassName
{
color: #6011FE;
}
</style>
background-color css
<style>
a { background-color: #6011FE; }
a { background-color: rgb(96,17,254); }
div.DivClassName
{
background-color: #6011FE;
}
.BgClassName
{
background-color: #6011FE;
}
</style>
border-color css
<style>
span { border-color: #6011FE; }
span { border-color: rgb(96,17,254); }
td.TdClassName
{
border-color: #6011FE;
}
.TagClassName
{
border-color: #6011FE;
}
</style>