Shades of Han Purple #5933EF
Tints of Han Purple #5933EF
RGB
CMYK
RGB Variations
Color information
#5933EF (or 0x5933EF) is known color: Han Purple. HEX triplet: 59, 33 and EF. RGB value is (89,51,239). Sum of RGB (Red+Green+Blue) = 89+51+239=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #5933EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5933EF is #A6CC10. Grayscale: #535353. Windows color (decimal): -10931217 or 15676249. OLE color: 15676249.
HSL color Cylindrical-coordinate representation of color #5933EF: hue angle of 252.13º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5933EF is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 51 | 239 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.06 |
| HSL | 252.13º | 0.85% | 0.57% | - |
| HSV(B) | 252.13º | 0.79% | 0.94% | - |
| XYZ | 20.88 | 10.72 | 82.63 | - |
| YUV | 83.79 | 215.59 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 51 | 239 | 0.63 | 0.79 | 0 | 0.06 | 252.13 | 0.85 | 0.57 |
| Hex | 59 | 33 | EF | 3F | 4F | 0 | 6 | FC | 55 | 39 |
| Octal | 131 | 63 | 357 | 77 | 117 | 0 | 6 | 374 | 125 | 71 |
| Binary | 1011001 | 110011 | 11101111 | 111111 | 1001111 | 0 | 110 | 11111100 | 1010101 | 111001 |
Color Harmonies of #5933EF
Complementary color
Monochromatic Colors of #5933EF
Black with #5933EF
Text Example
Text Example
White with #5933EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5933EF; }
p { color: rgb(89,51,239); }
H1.HeaderClassName
{
color: #5933EF;
}
.AnyTagClassName
{
color: #5933EF;
}
</style>
background-color css
<style>
a { background-color: #5933EF; }
a { background-color: rgb(89,51,239); }
div.DivClassName
{
background-color: #5933EF;
}
.BgClassName
{
background-color: #5933EF;
}
</style>
border-color css
<style>
span { border-color: #5933EF; }
span { border-color: rgb(89,51,239); }
td.TdClassName
{
border-color: #5933EF;
}
.TagClassName
{
border-color: #5933EF;
}
</style>