Shades of Han Purple #581EED
Tints of Han Purple #581EED
RGB
CMYK
RGB Variations
Color information
#581EED (or 0x581EED) is known color: Han Purple. HEX triplet: 58, 1E and ED. RGB value is (88,30,237). Sum of RGB (Red+Green+Blue) = 88+30+237=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #581EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581EED is #A7E112. Grayscale: #464646. Windows color (decimal): -11002131 or 15539800. OLE color: 15539800.
HSL color Cylindrical-coordinate representation of color #581EED: hue angle of 256.81º degrees, saturation: 0.85, 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 #581EED is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 30 | 237 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.07 |
| HSL | 256.81º | 0.85% | 0.52% | - |
| HSV(B) | 256.81º | 0.87% | 0.93% | - |
| XYZ | 19.77 | 9.12 | 80.84 | - |
| YUV | 70.94 | 221.72 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 237 | 0.63 | 0.87 | 0 | 0.07 | 256.81 | 0.85 | 0.52 |
| Hex | 58 | 1E | ED | 3F | 57 | 0 | 7 | 101 | 55 | 34 |
| Octal | 130 | 36 | 355 | 77 | 127 | 0 | 7 | 401 | 125 | 64 |
| Binary | 1011000 | 11110 | 11101101 | 111111 | 1010111 | 0 | 111 | 100000001 | 1010101 | 110100 |
Color Harmonies of #581EED
Complementary color
Monochromatic Colors of #581EED
Black with #581EED
Text Example
Text Example
White with #581EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581EED; }
p { color: rgb(88,30,237); }
H1.HeaderClassName
{
color: #581EED;
}
.AnyTagClassName
{
color: #581EED;
}
</style>
background-color css
<style>
a { background-color: #581EED; }
a { background-color: rgb(88,30,237); }
div.DivClassName
{
background-color: #581EED;
}
.BgClassName
{
background-color: #581EED;
}
</style>
border-color css
<style>
span { border-color: #581EED; }
span { border-color: rgb(88,30,237); }
td.TdClassName
{
border-color: #581EED;
}
.TagClassName
{
border-color: #581EED;
}
</style>