Shades of Han Purple #600EE0
Tints of Han Purple #600EE0
RGB
CMYK
RGB Variations
Color information
#600EE0 (or 0x600EE0) is known color: Han Purple. HEX triplet: 60, 0E and E0. RGB value is (96,14,224). Sum of RGB (Red+Green+Blue) = 96+14+224=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 224 (87.89% from 255 or 67.07% from 334); Max value from RGB is 224 - color contains mainly: blue. Hex color #600EE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600EE0 is #9FF11F. Grayscale: #3D3D3D. Windows color (decimal): -10481952 or 14683744. OLE color: 14683744.
HSL color Cylindrical-coordinate representation of color #600EE0: hue angle of 263.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600EE0 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 14 | 224 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.12 |
| HSL | 263.43º | 0.88% | 0.47% | - |
| HSV(B) | 263.43º | 0.94% | 0.88% | - |
| XYZ | 18.44 | 8.18 | 71.13 | - |
| YUV | 62.46 | 219.17 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 14 | 224 | 0.57 | 0.94 | 0 | 0.12 | 263.43 | 0.88 | 0.47 |
| Hex | 60 | E | E0 | 39 | 5E | 0 | C | 107 | 58 | 2F |
| Octal | 140 | 16 | 340 | 71 | 136 | 0 | 14 | 407 | 130 | 57 |
| Binary | 1100000 | 1110 | 11100000 | 111001 | 1011110 | 0 | 1100 | 100000111 | 1011000 | 101111 |
Color Harmonies of #600EE0
Complementary color
Monochromatic Colors of #600EE0
Black with #600EE0
Text Example
Text Example
White with #600EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600EE0; }
p { color: rgb(96,14,224); }
H1.HeaderClassName
{
color: #600EE0;
}
.AnyTagClassName
{
color: #600EE0;
}
</style>
background-color css
<style>
a { background-color: #600EE0; }
a { background-color: rgb(96,14,224); }
div.DivClassName
{
background-color: #600EE0;
}
.BgClassName
{
background-color: #600EE0;
}
</style>
border-color css
<style>
span { border-color: #600EE0; }
span { border-color: rgb(96,14,224); }
td.TdClassName
{
border-color: #600EE0;
}
.TagClassName
{
border-color: #600EE0;
}
</style>