Shades of Han Purple #600DE5
Tints of Han Purple #600DE5
RGB
CMYK
RGB Variations
Color information
#600DE5 (or 0x600DE5) is known color: Han Purple. HEX triplet: 60, 0D and E5. RGB value is (96,13,229). Sum of RGB (Red+Green+Blue) = 96+13+229=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 229 (89.84% from 255 or 67.75% from 338); Max value from RGB is 229 - color contains mainly: blue. Hex color #600DE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600DE5 is #9FF21A. Grayscale: #3D3D3D. Windows color (decimal): -10482203 or 15011168. OLE color: 15011168.
HSL color Cylindrical-coordinate representation of color #600DE5: hue angle of 263.06º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600DE5 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 13 | 229 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.10 |
| HSL | 263.06º | 0.89% | 0.47% | - |
| HSV(B) | 263.06º | 0.94% | 0.9% | - |
| XYZ | 19.11 | 8.43 | 74.75 | - |
| YUV | 62.44 | 222 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 229 | 0.58 | 0.94 | 0 | 0.10 | 263.06 | 0.89 | 0.47 |
| Hex | 60 | D | E5 | 3A | 5E | 0 | A | 107 | 59 | 2F |
| Octal | 140 | 15 | 345 | 72 | 136 | 0 | 12 | 407 | 131 | 57 |
| Binary | 1100000 | 1101 | 11100101 | 111010 | 1011110 | 0 | 1010 | 100000111 | 1011001 | 101111 |
Color Harmonies of #600DE5
Complementary color
Monochromatic Colors of #600DE5
Black with #600DE5
Text Example
Text Example
White with #600DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600DE5; }
p { color: rgb(96,13,229); }
H1.HeaderClassName
{
color: #600DE5;
}
.AnyTagClassName
{
color: #600DE5;
}
</style>
background-color css
<style>
a { background-color: #600DE5; }
a { background-color: rgb(96,13,229); }
div.DivClassName
{
background-color: #600DE5;
}
.BgClassName
{
background-color: #600DE5;
}
</style>
border-color css
<style>
span { border-color: #600DE5; }
span { border-color: rgb(96,13,229); }
td.TdClassName
{
border-color: #600DE5;
}
.TagClassName
{
border-color: #600DE5;
}
</style>