Shades of Han Purple #5D2DEF
Tints of Han Purple #5D2DEF
RGB
CMYK
RGB Variations
Color information
#5D2DEF (or 0x5D2DEF) is known color: Han Purple. HEX triplet: 5D, 2D and EF. RGB value is (93,45,239). Sum of RGB (Red+Green+Blue) = 93+45+239=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #5D2DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D2DEF is #A2D210. Grayscale: #505050. Windows color (decimal): -10670609 or 15674717. OLE color: 15674717.
HSL color Cylindrical-coordinate representation of color #5D2DEF: hue angle of 254.85º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D2DEF is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 45 | 239 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.06 |
| HSL | 254.85º | 0.86% | 0.56% | - |
| HSV(B) | 254.85º | 0.81% | 0.94% | - |
| XYZ | 21.03 | 10.44 | 82.57 | - |
| YUV | 81.47 | 216.9 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 45 | 239 | 0.61 | 0.81 | 0 | 0.06 | 254.85 | 0.86 | 0.56 |
| Hex | 5D | 2D | EF | 3D | 51 | 0 | 6 | FF | 56 | 38 |
| Octal | 135 | 55 | 357 | 75 | 121 | 0 | 6 | 377 | 126 | 70 |
| Binary | 1011101 | 101101 | 11101111 | 111101 | 1010001 | 0 | 110 | 11111111 | 1010110 | 111000 |
Color Harmonies of #5D2DEF
Complementary color
Monochromatic Colors of #5D2DEF
Black with #5D2DEF
Text Example
Text Example
White with #5D2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2DEF; }
p { color: rgb(93,45,239); }
H1.HeaderClassName
{
color: #5D2DEF;
}
.AnyTagClassName
{
color: #5D2DEF;
}
</style>
background-color css
<style>
a { background-color: #5D2DEF; }
a { background-color: rgb(93,45,239); }
div.DivClassName
{
background-color: #5D2DEF;
}
.BgClassName
{
background-color: #5D2DEF;
}
</style>
border-color css
<style>
span { border-color: #5D2DEF; }
span { border-color: rgb(93,45,239); }
td.TdClassName
{
border-color: #5D2DEF;
}
.TagClassName
{
border-color: #5D2DEF;
}
</style>