Shades of Purple Heart #581AAE
Tints of Purple Heart #581AAE
RGB
CMYK
RGB Variations
Color information
#581AAE (or 0x581AAE) is known color: Purple Heart. HEX triplet: 58, 1A and AE. RGB value is (88,26,174). Sum of RGB (Red+Green+Blue) = 88+26+174=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #581AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581AAE is #A7E551. Grayscale: #3C3C3C. Windows color (decimal): -11003218 or 11410008. OLE color: 11410008.
HSL color Cylindrical-coordinate representation of color #581AAE: hue angle of 265.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581AAE is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 26 | 174 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.32 |
| HSL | 265.14º | 0.74% | 0.39% | - |
| HSV(B) | 265.14º | 0.85% | 0.68% | - |
| XYZ | 12.03 | 5.87 | 40.54 | - |
| YUV | 61.41 | 191.54 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 174 | 0.49 | 0.85 | 0 | 0.32 | 265.14 | 0.74 | 0.39 |
| Hex | 58 | 1A | AE | 31 | 55 | 0 | 20 | 109 | 4A | 27 |
| Octal | 130 | 32 | 256 | 61 | 125 | 0 | 40 | 411 | 112 | 47 |
| Binary | 1011000 | 11010 | 10101110 | 110001 | 1010101 | 0 | 100000 | 100001001 | 1001010 | 100111 |
Color Harmonies of #581AAE
Complementary color
Monochromatic Colors of #581AAE
Black with #581AAE
Text Example
Text Example
White with #581AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581AAE; }
p { color: rgb(88,26,174); }
H1.HeaderClassName
{
color: #581AAE;
}
.AnyTagClassName
{
color: #581AAE;
}
</style>
background-color css
<style>
a { background-color: #581AAE; }
a { background-color: rgb(88,26,174); }
div.DivClassName
{
background-color: #581AAE;
}
.BgClassName
{
background-color: #581AAE;
}
</style>
border-color css
<style>
span { border-color: #581AAE; }
span { border-color: rgb(88,26,174); }
td.TdClassName
{
border-color: #581AAE;
}
.TagClassName
{
border-color: #581AAE;
}
</style>