Shades of Han Purple #5921EE
Tints of Han Purple #5921EE
RGB
CMYK
RGB Variations
Color information
#5921EE (or 0x5921EE) is known color: Han Purple. HEX triplet: 59, 21 and EE. RGB value is (89,33,238). Sum of RGB (Red+Green+Blue) = 89+33+238=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 238 (93.36% from 255 or 66.11% from 360); Max value from RGB is 238 - color contains mainly: blue. Hex color #5921EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5921EE is #A6DE11. Grayscale: #484848. Windows color (decimal): -10935826 or 15606105. OLE color: 15606105.
HSL color Cylindrical-coordinate representation of color #5921EE: hue angle of 256.39º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5921EE is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 33 | 238 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.07 |
| HSL | 256.39º | 0.86% | 0.53% | - |
| HSV(B) | 256.39º | 0.86% | 0.93% | - |
| XYZ | 20.1 | 9.38 | 81.64 | - |
| YUV | 73.11 | 221.05 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 33 | 238 | 0.63 | 0.86 | 0 | 0.07 | 256.39 | 0.86 | 0.53 |
| Hex | 59 | 21 | EE | 3F | 56 | 0 | 7 | 100 | 56 | 35 |
| Octal | 131 | 41 | 356 | 77 | 126 | 0 | 7 | 400 | 126 | 65 |
| Binary | 1011001 | 100001 | 11101110 | 111111 | 1010110 | 0 | 111 | 100000000 | 1010110 | 110101 |
Color Harmonies of #5921EE
Complementary color
Monochromatic Colors of #5921EE
Black with #5921EE
Text Example
Text Example
White with #5921EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5921EE; }
p { color: rgb(89,33,238); }
H1.HeaderClassName
{
color: #5921EE;
}
.AnyTagClassName
{
color: #5921EE;
}
</style>
background-color css
<style>
a { background-color: #5921EE; }
a { background-color: rgb(89,33,238); }
div.DivClassName
{
background-color: #5921EE;
}
.BgClassName
{
background-color: #5921EE;
}
</style>
border-color css
<style>
span { border-color: #5921EE; }
span { border-color: rgb(89,33,238); }
td.TdClassName
{
border-color: #5921EE;
}
.TagClassName
{
border-color: #5921EE;
}
</style>