Shades of Han Purple #581EEE
Tints of Han Purple #581EEE
RGB
CMYK
RGB Variations
Color information
#581EEE (or 0x581EEE) is known color: Han Purple. HEX triplet: 58, 1E and EE. RGB value is (88,30,238). Sum of RGB (Red+Green+Blue) = 88+30+238=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #581EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581EEE is #A7E111. Grayscale: #464646. Windows color (decimal): -11002130 or 15605336. OLE color: 15605336.
HSL color Cylindrical-coordinate representation of color #581EEE: hue angle of 256.73º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581EEE is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 30 | 238 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.07 |
| HSL | 256.73º | 0.86% | 0.53% | - |
| HSV(B) | 256.73º | 0.87% | 0.93% | - |
| XYZ | 19.92 | 9.18 | 81.61 | - |
| YUV | 71.05 | 222.22 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 238 | 0.63 | 0.87 | 0 | 0.07 | 256.73 | 0.86 | 0.53 |
| Hex | 58 | 1E | EE | 3F | 57 | 0 | 7 | 101 | 56 | 35 |
| Octal | 130 | 36 | 356 | 77 | 127 | 0 | 7 | 401 | 126 | 65 |
| Binary | 1011000 | 11110 | 11101110 | 111111 | 1010111 | 0 | 111 | 100000001 | 1010110 | 110101 |
Color Harmonies of #581EEE
Complementary color
Monochromatic Colors of #581EEE
Black with #581EEE
Text Example
Text Example
White with #581EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581EEE; }
p { color: rgb(88,30,238); }
H1.HeaderClassName
{
color: #581EEE;
}
.AnyTagClassName
{
color: #581EEE;
}
</style>
background-color css
<style>
a { background-color: #581EEE; }
a { background-color: rgb(88,30,238); }
div.DivClassName
{
background-color: #581EEE;
}
.BgClassName
{
background-color: #581EEE;
}
</style>
border-color css
<style>
span { border-color: #581EEE; }
span { border-color: rgb(88,30,238); }
td.TdClassName
{
border-color: #581EEE;
}
.TagClassName
{
border-color: #581EEE;
}
</style>