Shades of Han Purple #5D1AEC
Tints of Han Purple #5D1AEC
RGB
CMYK
RGB Variations
Color information
#5D1AEC (or 0x5D1AEC) is known color: Han Purple. HEX triplet: 5D, 1A and EC. RGB value is (93,26,236). Sum of RGB (Red+Green+Blue) = 93+26+236=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D1AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D1AEC is #A2E513. Grayscale: #454545. Windows color (decimal): -10675476 or 15473245. OLE color: 15473245.
HSL color Cylindrical-coordinate representation of color #5D1AEC: hue angle of 259.14º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D1AEC is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 26 | 236 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.07 |
| HSL | 259.14º | 0.85% | 0.51% | - |
| HSV(B) | 259.14º | 0.89% | 0.93% | - |
| XYZ | 20.02 | 9.12 | 80.06 | - |
| YUV | 69.97 | 221.7 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 236 | 0.61 | 0.89 | 0 | 0.07 | 259.14 | 0.85 | 0.51 |
| Hex | 5D | 1A | EC | 3D | 59 | 0 | 7 | 103 | 55 | 33 |
| Octal | 135 | 32 | 354 | 75 | 131 | 0 | 7 | 403 | 125 | 63 |
| Binary | 1011101 | 11010 | 11101100 | 111101 | 1011001 | 0 | 111 | 100000011 | 1010101 | 110011 |
Color Harmonies of #5D1AEC
Complementary color
Monochromatic Colors of #5D1AEC
Black with #5D1AEC
Text Example
Text Example
White with #5D1AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1AEC; }
p { color: rgb(93,26,236); }
H1.HeaderClassName
{
color: #5D1AEC;
}
.AnyTagClassName
{
color: #5D1AEC;
}
</style>
background-color css
<style>
a { background-color: #5D1AEC; }
a { background-color: rgb(93,26,236); }
div.DivClassName
{
background-color: #5D1AEC;
}
.BgClassName
{
background-color: #5D1AEC;
}
</style>
border-color css
<style>
span { border-color: #5D1AEC; }
span { border-color: rgb(93,26,236); }
td.TdClassName
{
border-color: #5D1AEC;
}
.TagClassName
{
border-color: #5D1AEC;
}
</style>