Shades of Han Purple #581AE5
Tints of Han Purple #581AE5
RGB
CMYK
RGB Variations
Color information
#581AE5 (or 0x581AE5) is known color: Han Purple. HEX triplet: 58, 1A and E5. RGB value is (88,26,229). Sum of RGB (Red+Green+Blue) = 88+26+229=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 229 (89.84% from 255 or 66.76% from 343); Max value from RGB is 229 - color contains mainly: blue. Hex color #581AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581AE5 is #A7E51A. Grayscale: #424242. Windows color (decimal): -11003163 or 15014488. OLE color: 15014488.
HSL color Cylindrical-coordinate representation of color #581AE5: hue angle of 258.33º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #581AE5 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 26 | 229 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.10 |
| HSL | 258.33º | 0.8% | 0.5% | - |
| HSV(B) | 258.33º | 0.89% | 0.9% | - |
| XYZ | 18.54 | 8.47 | 74.79 | - |
| YUV | 67.68 | 219.04 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 229 | 0.62 | 0.89 | 0 | 0.10 | 258.33 | 0.8 | 0.5 |
| Hex | 58 | 1A | E5 | 3E | 59 | 0 | A | 102 | 50 | 32 |
| Octal | 130 | 32 | 345 | 76 | 131 | 0 | 12 | 402 | 120 | 62 |
| Binary | 1011000 | 11010 | 11100101 | 111110 | 1011001 | 0 | 1010 | 100000010 | 1010000 | 110010 |
Color Harmonies of #581AE5
Complementary color
Monochromatic Colors of #581AE5
Black with #581AE5
Text Example
Text Example
White with #581AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581AE5; }
p { color: rgb(88,26,229); }
H1.HeaderClassName
{
color: #581AE5;
}
.AnyTagClassName
{
color: #581AE5;
}
</style>
background-color css
<style>
a { background-color: #581AE5; }
a { background-color: rgb(88,26,229); }
div.DivClassName
{
background-color: #581AE5;
}
.BgClassName
{
background-color: #581AE5;
}
</style>
border-color css
<style>
span { border-color: #581AE5; }
span { border-color: rgb(88,26,229); }
td.TdClassName
{
border-color: #581AE5;
}
.TagClassName
{
border-color: #581AE5;
}
</style>