Shades of Han Purple #5819EE
Tints of Han Purple #5819EE
RGB
CMYK
RGB Variations
Color information
#5819EE (or 0x5819EE) is known color: Han Purple. HEX triplet: 58, 19 and EE. RGB value is (88,25,238). Sum of RGB (Red+Green+Blue) = 88+25+238=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #5819EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5819EE is #A7E611. Grayscale: #434343. Windows color (decimal): -11003410 or 15604056. OLE color: 15604056.
HSL color Cylindrical-coordinate representation of color #5819EE: hue angle of 257.75º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5819EE is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 25 | 238 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.07 |
| HSL | 257.75º | 0.86% | 0.52% | - |
| HSV(B) | 257.75º | 0.89% | 0.93% | - |
| XYZ | 19.8 | 8.94 | 81.57 | - |
| YUV | 68.12 | 223.87 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 238 | 0.63 | 0.89 | 0 | 0.07 | 257.75 | 0.86 | 0.52 |
| Hex | 58 | 19 | EE | 3F | 59 | 0 | 7 | 102 | 56 | 34 |
| Octal | 130 | 31 | 356 | 77 | 131 | 0 | 7 | 402 | 126 | 64 |
| Binary | 1011000 | 11001 | 11101110 | 111111 | 1011001 | 0 | 111 | 100000010 | 1010110 | 110100 |
Color Harmonies of #5819EE
Complementary color
Monochromatic Colors of #5819EE
Black with #5819EE
Text Example
Text Example
White with #5819EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5819EE; }
p { color: rgb(88,25,238); }
H1.HeaderClassName
{
color: #5819EE;
}
.AnyTagClassName
{
color: #5819EE;
}
</style>
background-color css
<style>
a { background-color: #5819EE; }
a { background-color: rgb(88,25,238); }
div.DivClassName
{
background-color: #5819EE;
}
.BgClassName
{
background-color: #5819EE;
}
</style>
border-color css
<style>
span { border-color: #5819EE; }
span { border-color: rgb(88,25,238); }
td.TdClassName
{
border-color: #5819EE;
}
.TagClassName
{
border-color: #5819EE;
}
</style>