Shades of Han Purple #5E2DEF
Tints of Han Purple #5E2DEF
RGB
CMYK
RGB Variations
Color information
#5E2DEF (or 0x5E2DEF) is known color: Han Purple. HEX triplet: 5E, 2D and EF. RGB value is (94,45,239). Sum of RGB (Red+Green+Blue) = 94+45+239=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E2DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2DEF is #A1D210. Grayscale: #515151. Windows color (decimal): -10605073 or 15674718. OLE color: 15674718.
HSL color Cylindrical-coordinate representation of color #5E2DEF: hue angle of 255.15º 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 #5E2DEF is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 45 | 239 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.06 |
| HSL | 255.15º | 0.86% | 0.56% | - |
| HSV(B) | 255.15º | 0.81% | 0.94% | - |
| XYZ | 21.13 | 10.49 | 82.57 | - |
| YUV | 81.77 | 216.73 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 45 | 239 | 0.61 | 0.81 | 0 | 0.06 | 255.15 | 0.86 | 0.56 |
| Hex | 5E | 2D | EF | 3D | 51 | 0 | 6 | FF | 56 | 38 |
| Octal | 136 | 55 | 357 | 75 | 121 | 0 | 6 | 377 | 126 | 70 |
| Binary | 1011110 | 101101 | 11101111 | 111101 | 1010001 | 0 | 110 | 11111111 | 1010110 | 111000 |
Color Harmonies of #5E2DEF
Complementary color
Monochromatic Colors of #5E2DEF
Black with #5E2DEF
Text Example
Text Example
White with #5E2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2DEF; }
p { color: rgb(94,45,239); }
H1.HeaderClassName
{
color: #5E2DEF;
}
.AnyTagClassName
{
color: #5E2DEF;
}
</style>
background-color css
<style>
a { background-color: #5E2DEF; }
a { background-color: rgb(94,45,239); }
div.DivClassName
{
background-color: #5E2DEF;
}
.BgClassName
{
background-color: #5E2DEF;
}
</style>
border-color css
<style>
span { border-color: #5E2DEF; }
span { border-color: rgb(94,45,239); }
td.TdClassName
{
border-color: #5E2DEF;
}
.TagClassName
{
border-color: #5E2DEF;
}
</style>