Shades of Han Purple #5D2CEF
Tints of Han Purple #5D2CEF
RGB
CMYK
RGB Variations
Color information
#5D2CEF (or 0x5D2CEF) is known color: Han Purple. HEX triplet: 5D, 2C and EF. RGB value is (93,44,239). Sum of RGB (Red+Green+Blue) = 93+44+239=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #5D2CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D2CEF is #A2D310. Grayscale: #505050. Windows color (decimal): -10670865 or 15674461. OLE color: 15674461.
HSL color Cylindrical-coordinate representation of color #5D2CEF: hue angle of 255.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D2CEF is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 44 | 239 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.06 |
| HSL | 255.08º | 0.86% | 0.55% | - |
| HSV(B) | 255.08º | 0.82% | 0.94% | - |
| XYZ | 20.99 | 10.36 | 82.55 | - |
| YUV | 80.88 | 217.23 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 44 | 239 | 0.61 | 0.82 | 0 | 0.06 | 255.08 | 0.86 | 0.55 |
| Hex | 5D | 2C | EF | 3D | 52 | 0 | 6 | FF | 56 | 37 |
| Octal | 135 | 54 | 357 | 75 | 122 | 0 | 6 | 377 | 126 | 67 |
| Binary | 1011101 | 101100 | 11101111 | 111101 | 1010010 | 0 | 110 | 11111111 | 1010110 | 110111 |
Color Harmonies of #5D2CEF
Complementary color
Monochromatic Colors of #5D2CEF
Black with #5D2CEF
Text Example
Text Example
White with #5D2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2CEF; }
p { color: rgb(93,44,239); }
H1.HeaderClassName
{
color: #5D2CEF;
}
.AnyTagClassName
{
color: #5D2CEF;
}
</style>
background-color css
<style>
a { background-color: #5D2CEF; }
a { background-color: rgb(93,44,239); }
div.DivClassName
{
background-color: #5D2CEF;
}
.BgClassName
{
background-color: #5D2CEF;
}
</style>
border-color css
<style>
span { border-color: #5D2CEF; }
span { border-color: rgb(93,44,239); }
td.TdClassName
{
border-color: #5D2CEF;
}
.TagClassName
{
border-color: #5D2CEF;
}
</style>