Shades of Han Purple #5D2AEB
Tints of Han Purple #5D2AEB
RGB
CMYK
RGB Variations
Color information
#5D2AEB (or 0x5D2AEB) is known color: Han Purple. HEX triplet: 5D, 2A and EB. RGB value is (93,42,235). Sum of RGB (Red+Green+Blue) = 93+42+235=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D2AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D2AEB is #A2D514. Grayscale: #4E4E4E. Windows color (decimal): -10671381 or 15411805. OLE color: 15411805.
HSL color Cylindrical-coordinate representation of color #5D2AEB: hue angle of 255.85º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D2AEB is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 42 | 235 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.08 |
| HSL | 255.85º | 0.83% | 0.54% | - |
| HSV(B) | 255.85º | 0.82% | 0.92% | - |
| XYZ | 20.34 | 9.98 | 79.45 | - |
| YUV | 79.25 | 215.9 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 42 | 235 | 0.60 | 0.82 | 0 | 0.08 | 255.85 | 0.83 | 0.54 |
| Hex | 5D | 2A | EB | 3C | 52 | 0 | 8 | 100 | 53 | 36 |
| Octal | 135 | 52 | 353 | 74 | 122 | 0 | 10 | 400 | 123 | 66 |
| Binary | 1011101 | 101010 | 11101011 | 111100 | 1010010 | 0 | 1000 | 100000000 | 1010011 | 110110 |
Color Harmonies of #5D2AEB
Complementary color
Monochromatic Colors of #5D2AEB
Black with #5D2AEB
Text Example
Text Example
White with #5D2AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2AEB; }
p { color: rgb(93,42,235); }
H1.HeaderClassName
{
color: #5D2AEB;
}
.AnyTagClassName
{
color: #5D2AEB;
}
</style>
background-color css
<style>
a { background-color: #5D2AEB; }
a { background-color: rgb(93,42,235); }
div.DivClassName
{
background-color: #5D2AEB;
}
.BgClassName
{
background-color: #5D2AEB;
}
</style>
border-color css
<style>
span { border-color: #5D2AEB; }
span { border-color: rgb(93,42,235); }
td.TdClassName
{
border-color: #5D2AEB;
}
.TagClassName
{
border-color: #5D2AEB;
}
</style>