Shades of Han Purple #6010E1
Tints of Han Purple #6010E1
RGB
CMYK
RGB Variations
Color information
#6010E1 (or 0x6010E1) is known color: Han Purple. HEX triplet: 60, 10 and E1. RGB value is (96,16,225). Sum of RGB (Red+Green+Blue) = 96+16+225=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #6010E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6010E1 is #9FEF1E. Grayscale: #3E3E3E. Windows color (decimal): -10481439 or 14749792. OLE color: 14749792.
HSL color Cylindrical-coordinate representation of color #6010E1: hue angle of 262.97º 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 #6010E1 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 16 | 225 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.12 |
| HSL | 262.97º | 0.87% | 0.47% | - |
| HSV(B) | 262.97º | 0.93% | 0.88% | - |
| XYZ | 18.6 | 8.29 | 71.85 | - |
| YUV | 63.75 | 219 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 225 | 0.57 | 0.93 | 0 | 0.12 | 262.97 | 0.87 | 0.47 |
| Hex | 60 | 10 | E1 | 39 | 5D | 0 | C | 107 | 57 | 2F |
| Octal | 140 | 20 | 341 | 71 | 135 | 0 | 14 | 407 | 127 | 57 |
| Binary | 1100000 | 10000 | 11100001 | 111001 | 1011101 | 0 | 1100 | 100000111 | 1010111 | 101111 |
Color Harmonies of #6010E1
Complementary color
Monochromatic Colors of #6010E1
Black with #6010E1
Text Example
Text Example
White with #6010E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6010E1; }
p { color: rgb(96,16,225); }
H1.HeaderClassName
{
color: #6010E1;
}
.AnyTagClassName
{
color: #6010E1;
}
</style>
background-color css
<style>
a { background-color: #6010E1; }
a { background-color: rgb(96,16,225); }
div.DivClassName
{
background-color: #6010E1;
}
.BgClassName
{
background-color: #6010E1;
}
</style>
border-color css
<style>
span { border-color: #6010E1; }
span { border-color: rgb(96,16,225); }
td.TdClassName
{
border-color: #6010E1;
}
.TagClassName
{
border-color: #6010E1;
}
</style>