Shades of Purple Heart #581DAA
Tints of Purple Heart #581DAA
RGB
CMYK
RGB Variations
Color information
#581DAA (or 0x581DAA) is known color: Purple Heart. HEX triplet: 58, 1D and AA. RGB value is (88,29,170). Sum of RGB (Red+Green+Blue) = 88+29+170=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #581DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581DAA is #A7E255. Grayscale: #3E3E3E. Windows color (decimal): -11002454 or 11148632. OLE color: 11148632.
HSL color Cylindrical-coordinate representation of color #581DAA: hue angle of 265.11º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581DAA is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 29 | 170 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.33 |
| HSL | 265.11º | 0.71% | 0.39% | - |
| HSV(B) | 265.11º | 0.83% | 0.67% | - |
| XYZ | 11.72 | 5.86 | 38.54 | - |
| YUV | 62.72 | 188.55 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 170 | 0.48 | 0.83 | 0 | 0.33 | 265.11 | 0.71 | 0.39 |
| Hex | 58 | 1D | AA | 30 | 53 | 0 | 21 | 109 | 47 | 27 |
| Octal | 130 | 35 | 252 | 60 | 123 | 0 | 41 | 411 | 107 | 47 |
| Binary | 1011000 | 11101 | 10101010 | 110000 | 1010011 | 0 | 100001 | 100001001 | 1000111 | 100111 |
Color Harmonies of #581DAA
Complementary color
Monochromatic Colors of #581DAA
Black with #581DAA
Text Example
Text Example
White with #581DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581DAA; }
p { color: rgb(88,29,170); }
H1.HeaderClassName
{
color: #581DAA;
}
.AnyTagClassName
{
color: #581DAA;
}
</style>
background-color css
<style>
a { background-color: #581DAA; }
a { background-color: rgb(88,29,170); }
div.DivClassName
{
background-color: #581DAA;
}
.BgClassName
{
background-color: #581DAA;
}
</style>
border-color css
<style>
span { border-color: #581DAA; }
span { border-color: rgb(88,29,170); }
td.TdClassName
{
border-color: #581DAA;
}
.TagClassName
{
border-color: #581DAA;
}
</style>