Shades of Han Purple #581EEC
Tints of Han Purple #581EEC
RGB
CMYK
RGB Variations
Color information
#581EEC (or 0x581EEC) is known color: Han Purple. HEX triplet: 58, 1E and EC. RGB value is (88,30,236). Sum of RGB (Red+Green+Blue) = 88+30+236=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #581EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581EEC is #A7E113. Grayscale: #464646. Windows color (decimal): -11002132 or 15474264. OLE color: 15474264.
HSL color Cylindrical-coordinate representation of color #581EEC: hue angle of 256.89º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581EEC is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 30 | 236 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.07 |
| HSL | 256.89º | 0.84% | 0.52% | - |
| HSV(B) | 256.89º | 0.87% | 0.93% | - |
| XYZ | 19.63 | 9.06 | 80.07 | - |
| YUV | 70.83 | 221.22 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 236 | 0.63 | 0.87 | 0 | 0.07 | 256.89 | 0.84 | 0.52 |
| Hex | 58 | 1E | EC | 3F | 57 | 0 | 7 | 101 | 54 | 34 |
| Octal | 130 | 36 | 354 | 77 | 127 | 0 | 7 | 401 | 124 | 64 |
| Binary | 1011000 | 11110 | 11101100 | 111111 | 1010111 | 0 | 111 | 100000001 | 1010100 | 110100 |
Color Harmonies of #581EEC
Complementary color
Monochromatic Colors of #581EEC
Black with #581EEC
Text Example
Text Example
White with #581EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581EEC; }
p { color: rgb(88,30,236); }
H1.HeaderClassName
{
color: #581EEC;
}
.AnyTagClassName
{
color: #581EEC;
}
</style>
background-color css
<style>
a { background-color: #581EEC; }
a { background-color: rgb(88,30,236); }
div.DivClassName
{
background-color: #581EEC;
}
.BgClassName
{
background-color: #581EEC;
}
</style>
border-color css
<style>
span { border-color: #581EEC; }
span { border-color: rgb(88,30,236); }
td.TdClassName
{
border-color: #581EEC;
}
.TagClassName
{
border-color: #581EEC;
}
</style>