Shades of Han Purple #5D2CE9
Tints of Han Purple #5D2CE9
RGB
CMYK
RGB Variations
Color information
#5D2CE9 (or 0x5D2CE9) is known color: Han Purple. HEX triplet: 5D, 2C and E9. RGB value is (93,44,233). Sum of RGB (Red+Green+Blue) = 93+44+233=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 233 (91.41% from 255 or 62.97% from 370); Max value from RGB is 233 - color contains mainly: blue. Hex color #5D2CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D2CE9 is #A2D316. Grayscale: #4F4F4F. Windows color (decimal): -10670871 or 15281245. OLE color: 15281245.
HSL color Cylindrical-coordinate representation of color #5D2CE9: hue angle of 255.56º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D2CE9 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 44 | 233 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.09 |
| HSL | 255.56º | 0.81% | 0.54% | - |
| HSV(B) | 255.56º | 0.81% | 0.91% | - |
| XYZ | 20.12 | 10.01 | 77.96 | - |
| YUV | 80.2 | 214.23 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 44 | 233 | 0.60 | 0.81 | 0 | 0.09 | 255.56 | 0.81 | 0.54 |
| Hex | 5D | 2C | E9 | 3C | 51 | 0 | 9 | 100 | 51 | 36 |
| Octal | 135 | 54 | 351 | 74 | 121 | 0 | 11 | 400 | 121 | 66 |
| Binary | 1011101 | 101100 | 11101001 | 111100 | 1010001 | 0 | 1001 | 100000000 | 1010001 | 110110 |
Color Harmonies of #5D2CE9
Complementary color
Monochromatic Colors of #5D2CE9
Black with #5D2CE9
Text Example
Text Example
White with #5D2CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2CE9; }
p { color: rgb(93,44,233); }
H1.HeaderClassName
{
color: #5D2CE9;
}
.AnyTagClassName
{
color: #5D2CE9;
}
</style>
background-color css
<style>
a { background-color: #5D2CE9; }
a { background-color: rgb(93,44,233); }
div.DivClassName
{
background-color: #5D2CE9;
}
.BgClassName
{
background-color: #5D2CE9;
}
</style>
border-color css
<style>
span { border-color: #5D2CE9; }
span { border-color: rgb(93,44,233); }
td.TdClassName
{
border-color: #5D2CE9;
}
.TagClassName
{
border-color: #5D2CE9;
}
</style>