Shades of Han Purple #600DE1
Tints of Han Purple #600DE1
RGB
CMYK
RGB Variations
Color information
#600DE1 (or 0x600DE1) is known color: Han Purple. HEX triplet: 60, 0D and E1. RGB value is (96,13,225). Sum of RGB (Red+Green+Blue) = 96+13+225=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 225 (88.28% from 255 or 67.37% from 334); Max value from RGB is 225 - color contains mainly: blue. Hex color #600DE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600DE1 is #9FF21E. Grayscale: #3D3D3D. Windows color (decimal): -10482207 or 14749024. OLE color: 14749024.
HSL color Cylindrical-coordinate representation of color #600DE1: hue angle of 263.49º degrees, saturation: 0.89, 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 #600DE1 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 13 | 225 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.12 |
| HSL | 263.49º | 0.89% | 0.47% | - |
| HSV(B) | 263.49º | 0.94% | 0.88% | - |
| XYZ | 18.56 | 8.21 | 71.84 | - |
| YUV | 61.99 | 220 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 225 | 0.57 | 0.94 | 0 | 0.12 | 263.49 | 0.89 | 0.47 |
| Hex | 60 | D | E1 | 39 | 5E | 0 | C | 107 | 59 | 2F |
| Octal | 140 | 15 | 341 | 71 | 136 | 0 | 14 | 407 | 131 | 57 |
| Binary | 1100000 | 1101 | 11100001 | 111001 | 1011110 | 0 | 1100 | 100000111 | 1011001 | 101111 |
Color Harmonies of #600DE1
Complementary color
Monochromatic Colors of #600DE1
Black with #600DE1
Text Example
Text Example
White with #600DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600DE1; }
p { color: rgb(96,13,225); }
H1.HeaderClassName
{
color: #600DE1;
}
.AnyTagClassName
{
color: #600DE1;
}
</style>
background-color css
<style>
a { background-color: #600DE1; }
a { background-color: rgb(96,13,225); }
div.DivClassName
{
background-color: #600DE1;
}
.BgClassName
{
background-color: #600DE1;
}
</style>
border-color css
<style>
span { border-color: #600DE1; }
span { border-color: rgb(96,13,225); }
td.TdClassName
{
border-color: #600DE1;
}
.TagClassName
{
border-color: #600DE1;
}
</style>