Shades of Han Purple #581EEB
Tints of Han Purple #581EEB
RGB
CMYK
RGB Variations
Color information
#581EEB (or 0x581EEB) is known color: Han Purple. HEX triplet: 58, 1E and EB. RGB value is (88,30,235). Sum of RGB (Red+Green+Blue) = 88+30+235=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #581EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581EEB is #A7E114. Grayscale: #454545. Windows color (decimal): -11002133 or 15408728. OLE color: 15408728.
HSL color Cylindrical-coordinate representation of color #581EEB: hue angle of 256.98º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581EEB is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 30 | 235 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.08 |
| HSL | 256.98º | 0.84% | 0.52% | - |
| HSV(B) | 256.98º | 0.87% | 0.92% | - |
| XYZ | 19.48 | 9 | 79.31 | - |
| YUV | 70.71 | 220.72 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 235 | 0.63 | 0.87 | 0 | 0.08 | 256.98 | 0.84 | 0.52 |
| Hex | 58 | 1E | EB | 3F | 57 | 0 | 8 | 101 | 54 | 34 |
| Octal | 130 | 36 | 353 | 77 | 127 | 0 | 10 | 401 | 124 | 64 |
| Binary | 1011000 | 11110 | 11101011 | 111111 | 1010111 | 0 | 1000 | 100000001 | 1010100 | 110100 |
Color Harmonies of #581EEB
Complementary color
Monochromatic Colors of #581EEB
Black with #581EEB
Text Example
Text Example
White with #581EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581EEB; }
p { color: rgb(88,30,235); }
H1.HeaderClassName
{
color: #581EEB;
}
.AnyTagClassName
{
color: #581EEB;
}
</style>
background-color css
<style>
a { background-color: #581EEB; }
a { background-color: rgb(88,30,235); }
div.DivClassName
{
background-color: #581EEB;
}
.BgClassName
{
background-color: #581EEB;
}
</style>
border-color css
<style>
span { border-color: #581EEB; }
span { border-color: rgb(88,30,235); }
td.TdClassName
{
border-color: #581EEB;
}
.TagClassName
{
border-color: #581EEB;
}
</style>