Shades of Han Purple #5D0CE5
Tints of Han Purple #5D0CE5
RGB
CMYK
RGB Variations
Color information
#5D0CE5 (or 0x5D0CE5) is known color: Han Purple. HEX triplet: 5D, 0C and E5. RGB value is (93,12,229). Sum of RGB (Red+Green+Blue) = 93+12+229=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 229 (89.84% from 255 or 68.56% from 334); Max value from RGB is 229 - color contains mainly: blue. Hex color #5D0CE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0CE5 is #A2F31A. Grayscale: #3C3C3C. Windows color (decimal): -10679067 or 15010909. OLE color: 15010909.
HSL color Cylindrical-coordinate representation of color #5D0CE5: hue angle of 262.4º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0CE5 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 93 | 12 | 229 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.10 |
| HSL | 262.4º | 0.9% | 0.47% | - |
| HSV(B) | 262.4º | 0.95% | 0.9% | - |
| XYZ | 18.79 | 8.25 | 74.73 | - |
| YUV | 60.96 | 222.84 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 12 | 229 | 0.59 | 0.95 | 0 | 0.10 | 262.4 | 0.9 | 0.47 |
| Hex | 5D | C | E5 | 3B | 5F | 0 | A | 106 | 5A | 2F |
| Octal | 135 | 14 | 345 | 73 | 137 | 0 | 12 | 406 | 132 | 57 |
| Binary | 1011101 | 1100 | 11100101 | 111011 | 1011111 | 0 | 1010 | 100000110 | 1011010 | 101111 |
Color Harmonies of #5D0CE5
Complementary color
Monochromatic Colors of #5D0CE5
Black with #5D0CE5
Text Example
Text Example
White with #5D0CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0CE5; }
p { color: rgb(93,12,229); }
H1.HeaderClassName
{
color: #5D0CE5;
}
.AnyTagClassName
{
color: #5D0CE5;
}
</style>
background-color css
<style>
a { background-color: #5D0CE5; }
a { background-color: rgb(93,12,229); }
div.DivClassName
{
background-color: #5D0CE5;
}
.BgClassName
{
background-color: #5D0CE5;
}
</style>
border-color css
<style>
span { border-color: #5D0CE5; }
span { border-color: rgb(93,12,229); }
td.TdClassName
{
border-color: #5D0CE5;
}
.TagClassName
{
border-color: #5D0CE5;
}
</style>