Shades of Han Purple #6010E0
Tints of Han Purple #6010E0
RGB
CMYK
RGB Variations
Color information
#6010E0 (or 0x6010E0) is known color: Han Purple. HEX triplet: 60, 10 and E0. RGB value is (96,16,224). Sum of RGB (Red+Green+Blue) = 96+16+224=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #6010E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6010E0 is #9FEF1F. Grayscale: #3E3E3E. Windows color (decimal): -10481440 or 14684256. OLE color: 14684256.
HSL color Cylindrical-coordinate representation of color #6010E0: hue angle of 263.08º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6010E0 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 16 | 224 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.12 |
| HSL | 263.08º | 0.87% | 0.47% | - |
| HSV(B) | 263.08º | 0.93% | 0.88% | - |
| XYZ | 18.46 | 8.24 | 71.14 | - |
| YUV | 63.63 | 218.5 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 224 | 0.57 | 0.93 | 0 | 0.12 | 263.08 | 0.87 | 0.47 |
| Hex | 60 | 10 | E0 | 39 | 5D | 0 | C | 107 | 57 | 2F |
| Octal | 140 | 20 | 340 | 71 | 135 | 0 | 14 | 407 | 127 | 57 |
| Binary | 1100000 | 10000 | 11100000 | 111001 | 1011101 | 0 | 1100 | 100000111 | 1010111 | 101111 |
Color Harmonies of #6010E0
Complementary color
Monochromatic Colors of #6010E0
Black with #6010E0
Text Example
Text Example
White with #6010E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6010E0; }
p { color: rgb(96,16,224); }
H1.HeaderClassName
{
color: #6010E0;
}
.AnyTagClassName
{
color: #6010E0;
}
</style>
background-color css
<style>
a { background-color: #6010E0; }
a { background-color: rgb(96,16,224); }
div.DivClassName
{
background-color: #6010E0;
}
.BgClassName
{
background-color: #6010E0;
}
</style>
border-color css
<style>
span { border-color: #6010E0; }
span { border-color: rgb(96,16,224); }
td.TdClassName
{
border-color: #6010E0;
}
.TagClassName
{
border-color: #6010E0;
}
</style>