Shades of Han Purple #5624EE
Tints of Han Purple #5624EE
RGB
CMYK
RGB Variations
Color information
#5624EE (or 0x5624EE) is known color: Han Purple. HEX triplet: 56, 24 and EE. RGB value is (86,36,238). Sum of RGB (Red+Green+Blue) = 86+36+238=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 36 (14.45% from 255 or 10% 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 #5624EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5624EE is #A9DB11. Grayscale: #494949. Windows color (decimal): -11131666 or 15606870. OLE color: 15606870.
HSL color Cylindrical-coordinate representation of color #5624EE: hue angle of 254.85º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5624EE is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 36 | 238 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.07 |
| HSL | 254.85º | 0.86% | 0.54% | - |
| HSV(B) | 254.85º | 0.85% | 0.93% | - |
| XYZ | 19.9 | 9.41 | 81.66 | - |
| YUV | 73.98 | 220.57 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 36 | 238 | 0.64 | 0.85 | 0 | 0.07 | 254.85 | 0.86 | 0.54 |
| Hex | 56 | 24 | EE | 40 | 55 | 0 | 7 | FF | 56 | 36 |
| Octal | 126 | 44 | 356 | 100 | 125 | 0 | 7 | 377 | 126 | 66 |
| Binary | 1010110 | 100100 | 11101110 | 1000000 | 1010101 | 0 | 111 | 11111111 | 1010110 | 110110 |
Color Harmonies of #5624EE
Complementary color
Monochromatic Colors of #5624EE
Black with #5624EE
Text Example
Text Example
White with #5624EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5624EE; }
p { color: rgb(86,36,238); }
H1.HeaderClassName
{
color: #5624EE;
}
.AnyTagClassName
{
color: #5624EE;
}
</style>
background-color css
<style>
a { background-color: #5624EE; }
a { background-color: rgb(86,36,238); }
div.DivClassName
{
background-color: #5624EE;
}
.BgClassName
{
background-color: #5624EE;
}
</style>
border-color css
<style>
span { border-color: #5624EE; }
span { border-color: rgb(86,36,238); }
td.TdClassName
{
border-color: #5624EE;
}
.TagClassName
{
border-color: #5624EE;
}
</style>