Shades of Han Purple #6011FF
Tints of Han Purple #6011FF
RGB
CMYK
RGB Variations
Color information
#6011FF (or 0x6011FF) is known color: Han Purple. HEX triplet: 60, 11 and FF. RGB value is (96,17,255). Sum of RGB (Red+Green+Blue) = 96+17+255=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #6011FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6011FF is #9FEE00. Grayscale: #424242. Windows color (decimal): -10481153 or 16716128. OLE color: 16716128.
HSL color Cylindrical-coordinate representation of color #6011FF: hue angle of 259.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6011FF is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 17 | 255 | - |
| CMYK | 0.62 | 0.93 | 0 | 0 |
| HSL | 259.92º | 1% | 0.53% | - |
| HSV(B) | 259.92º | 0.93% | 1% | - |
| XYZ | 23.07 | 10.11 | 95.34 | - |
| YUV | 67.75 | 233.67 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 255 | 0.62 | 0.93 | 0 | 0 | 259.92 | 1 | 0.53 |
| Hex | 60 | 11 | FF | 3E | 5D | 0 | 0 | 104 | 64 | 35 |
| Octal | 140 | 21 | 377 | 76 | 135 | 0 | 0 | 404 | 144 | 65 |
| Binary | 1100000 | 10001 | 11111111 | 111110 | 1011101 | 0 | 0 | 100000100 | 1100100 | 110101 |
Color Harmonies of #6011FF
Complementary color
Monochromatic Colors of #6011FF
Black with #6011FF
Text Example
Text Example
White with #6011FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6011FF; }
p { color: rgb(96,17,255); }
H1.HeaderClassName
{
color: #6011FF;
}
.AnyTagClassName
{
color: #6011FF;
}
</style>
background-color css
<style>
a { background-color: #6011FF; }
a { background-color: rgb(96,17,255); }
div.DivClassName
{
background-color: #6011FF;
}
.BgClassName
{
background-color: #6011FF;
}
</style>
border-color css
<style>
span { border-color: #6011FF; }
span { border-color: rgb(96,17,255); }
td.TdClassName
{
border-color: #6011FF;
}
.TagClassName
{
border-color: #6011FF;
}
</style>