Shades of Han Purple #5824E6
Tints of Han Purple #5824E6
RGB
CMYK
RGB Variations
Color information
#5824E6 (or 0x5824E6) is known color: Han Purple. HEX triplet: 58, 24 and E6. RGB value is (88,36,230). Sum of RGB (Red+Green+Blue) = 88+36+230=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 230 (90.23% from 255 or 64.97% from 354); Max value from RGB is 230 - color contains mainly: blue. Hex color #5824E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5824E6 is #A7DB19. Grayscale: #484848. Windows color (decimal): -11000602 or 15082584. OLE color: 15082584.
HSL color Cylindrical-coordinate representation of color #5824E6: hue angle of 256.08º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5824E6 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 36 | 230 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.10 |
| HSL | 256.08º | 0.8% | 0.52% | - |
| HSV(B) | 256.08º | 0.84% | 0.9% | - |
| XYZ | 18.94 | 9.05 | 75.61 | - |
| YUV | 73.66 | 216.23 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 230 | 0.62 | 0.84 | 0 | 0.10 | 256.08 | 0.8 | 0.52 |
| Hex | 58 | 24 | E6 | 3E | 54 | 0 | A | 100 | 50 | 34 |
| Octal | 130 | 44 | 346 | 76 | 124 | 0 | 12 | 400 | 120 | 64 |
| Binary | 1011000 | 100100 | 11100110 | 111110 | 1010100 | 0 | 1010 | 100000000 | 1010000 | 110100 |
Color Harmonies of #5824E6
Complementary color
Monochromatic Colors of #5824E6
Black with #5824E6
Text Example
Text Example
White with #5824E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5824E6; }
p { color: rgb(88,36,230); }
H1.HeaderClassName
{
color: #5824E6;
}
.AnyTagClassName
{
color: #5824E6;
}
</style>
background-color css
<style>
a { background-color: #5824E6; }
a { background-color: rgb(88,36,230); }
div.DivClassName
{
background-color: #5824E6;
}
.BgClassName
{
background-color: #5824E6;
}
</style>
border-color css
<style>
span { border-color: #5824E6; }
span { border-color: rgb(88,36,230); }
td.TdClassName
{
border-color: #5824E6;
}
.TagClassName
{
border-color: #5824E6;
}
</style>