Shades of Han Purple #5D1DE0
Tints of Han Purple #5D1DE0
RGB
CMYK
RGB Variations
Color information
#5D1DE0 (or 0x5D1DE0) is known color: Han Purple. HEX triplet: 5D, 1D and E0. RGB value is (93,29,224). Sum of RGB (Red+Green+Blue) = 93+29+224=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 224 (87.89% from 255 or 64.74% from 346); Max value from RGB is 224 - color contains mainly: blue. Hex color #5D1DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1DE0 is #A2E21F. Grayscale: #454545. Windows color (decimal): -10674720 or 14687581. OLE color: 14687581.
HSL color Cylindrical-coordinate representation of color #5D1DE0: hue angle of 259.69º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D1DE0 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 93 | 29 | 224 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.12 |
| HSL | 259.69º | 0.77% | 0.5% | - |
| HSV(B) | 259.69º | 0.87% | 0.88% | - |
| XYZ | 18.41 | 8.59 | 71.21 | - |
| YUV | 70.37 | 214.7 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 29 | 224 | 0.58 | 0.87 | 0 | 0.12 | 259.69 | 0.77 | 0.5 |
| Hex | 5D | 1D | E0 | 3A | 57 | 0 | C | 104 | 4D | 32 |
| Octal | 135 | 35 | 340 | 72 | 127 | 0 | 14 | 404 | 115 | 62 |
| Binary | 1011101 | 11101 | 11100000 | 111010 | 1010111 | 0 | 1100 | 100000100 | 1001101 | 110010 |
Color Harmonies of #5D1DE0
Complementary color
Monochromatic Colors of #5D1DE0
Black with #5D1DE0
Text Example
Text Example
White with #5D1DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1DE0; }
p { color: rgb(93,29,224); }
H1.HeaderClassName
{
color: #5D1DE0;
}
.AnyTagClassName
{
color: #5D1DE0;
}
</style>
background-color css
<style>
a { background-color: #5D1DE0; }
a { background-color: rgb(93,29,224); }
div.DivClassName
{
background-color: #5D1DE0;
}
.BgClassName
{
background-color: #5D1DE0;
}
</style>
border-color css
<style>
span { border-color: #5D1DE0; }
span { border-color: rgb(93,29,224); }
td.TdClassName
{
border-color: #5D1DE0;
}
.TagClassName
{
border-color: #5D1DE0;
}
</style>