Shades of Han Purple #5E10DD
Tints of Han Purple #5E10DD
RGB
CMYK
RGB Variations
Color information
#5E10DD (or 0x5E10DD) is known color: Han Purple. HEX triplet: 5E, 10 and DD. RGB value is (94,16,221). Sum of RGB (Red+Green+Blue) = 94+16+221=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E10DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E10DD is #A1EF22. Grayscale: #3D3D3D. Windows color (decimal): -10612515 or 14487646. OLE color: 14487646.
HSL color Cylindrical-coordinate representation of color #5E10DD: hue angle of 262.83º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E10DD is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 16 | 221 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.13 |
| HSL | 262.83º | 0.86% | 0.46% | - |
| HSV(B) | 262.83º | 0.93% | 0.87% | - |
| XYZ | 17.85 | 7.97 | 69 | - |
| YUV | 62.69 | 217.34 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 221 | 0.57 | 0.93 | 0 | 0.13 | 262.83 | 0.86 | 0.46 |
| Hex | 5E | 10 | DD | 39 | 5D | 0 | D | 107 | 56 | 2E |
| Octal | 136 | 20 | 335 | 71 | 135 | 0 | 15 | 407 | 126 | 56 |
| Binary | 1011110 | 10000 | 11011101 | 111001 | 1011101 | 0 | 1101 | 100000111 | 1010110 | 101110 |
Color Harmonies of #5E10DD
Complementary color
Monochromatic Colors of #5E10DD
Black with #5E10DD
Text Example
Text Example
White with #5E10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E10DD; }
p { color: rgb(94,16,221); }
H1.HeaderClassName
{
color: #5E10DD;
}
.AnyTagClassName
{
color: #5E10DD;
}
</style>
background-color css
<style>
a { background-color: #5E10DD; }
a { background-color: rgb(94,16,221); }
div.DivClassName
{
background-color: #5E10DD;
}
.BgClassName
{
background-color: #5E10DD;
}
</style>
border-color css
<style>
span { border-color: #5E10DD; }
span { border-color: rgb(94,16,221); }
td.TdClassName
{
border-color: #5E10DD;
}
.TagClassName
{
border-color: #5E10DD;
}
</style>