Shades of Han Purple #5D2BEA
Tints of Han Purple #5D2BEA
RGB
CMYK
RGB Variations
Color information
#5D2BEA (or 0x5D2BEA) is known color: Han Purple. HEX triplet: 5D, 2B and EA. RGB value is (93,43,234). Sum of RGB (Red+Green+Blue) = 93+43+234=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D2BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D2BEA is #A2D415. Grayscale: #4F4F4F. Windows color (decimal): -10671126 or 15346525. OLE color: 15346525.
HSL color Cylindrical-coordinate representation of color #5D2BEA: hue angle of 255.71º degrees, saturation: 0.82, 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 #5D2BEA is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 43 | 234 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.08 |
| HSL | 255.71º | 0.82% | 0.54% | - |
| HSV(B) | 255.71º | 0.82% | 0.92% | - |
| XYZ | 20.23 | 10 | 78.71 | - |
| YUV | 79.72 | 215.07 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 43 | 234 | 0.60 | 0.82 | 0 | 0.08 | 255.71 | 0.82 | 0.54 |
| Hex | 5D | 2B | EA | 3C | 52 | 0 | 8 | 100 | 52 | 36 |
| Octal | 135 | 53 | 352 | 74 | 122 | 0 | 10 | 400 | 122 | 66 |
| Binary | 1011101 | 101011 | 11101010 | 111100 | 1010010 | 0 | 1000 | 100000000 | 1010010 | 110110 |
Color Harmonies of #5D2BEA
Complementary color
Monochromatic Colors of #5D2BEA
Black with #5D2BEA
Text Example
Text Example
White with #5D2BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2BEA; }
p { color: rgb(93,43,234); }
H1.HeaderClassName
{
color: #5D2BEA;
}
.AnyTagClassName
{
color: #5D2BEA;
}
</style>
background-color css
<style>
a { background-color: #5D2BEA; }
a { background-color: rgb(93,43,234); }
div.DivClassName
{
background-color: #5D2BEA;
}
.BgClassName
{
background-color: #5D2BEA;
}
</style>
border-color css
<style>
span { border-color: #5D2BEA; }
span { border-color: rgb(93,43,234); }
td.TdClassName
{
border-color: #5D2BEA;
}
.TagClassName
{
border-color: #5D2BEA;
}
</style>