Shades of Purple Heart #581AAD
Tints of Purple Heart #581AAD
RGB
CMYK
RGB Variations
Color information
#581AAD (or 0x581AAD) is known color: Purple Heart. HEX triplet: 58, 1A and AD. RGB value is (88,26,173). Sum of RGB (Red+Green+Blue) = 88+26+173=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #581AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581AAD is #A7E552. Grayscale: #3C3C3C. Windows color (decimal): -11003219 or 11344472. OLE color: 11344472.
HSL color Cylindrical-coordinate representation of color #581AAD: hue angle of 265.31º 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 #581AAD is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 26 | 173 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.32 |
| HSL | 265.31º | 0.74% | 0.39% | - |
| HSV(B) | 265.31º | 0.85% | 0.68% | - |
| XYZ | 11.94 | 5.83 | 40.03 | - |
| YUV | 61.3 | 191.04 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 173 | 0.49 | 0.85 | 0 | 0.32 | 265.31 | 0.74 | 0.39 |
| Hex | 58 | 1A | AD | 31 | 55 | 0 | 20 | 109 | 4A | 27 |
| Octal | 130 | 32 | 255 | 61 | 125 | 0 | 40 | 411 | 112 | 47 |
| Binary | 1011000 | 11010 | 10101101 | 110001 | 1010101 | 0 | 100000 | 100001001 | 1001010 | 100111 |
Color Harmonies of #581AAD
Complementary color
Monochromatic Colors of #581AAD
Black with #581AAD
Text Example
Text Example
White with #581AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581AAD; }
p { color: rgb(88,26,173); }
H1.HeaderClassName
{
color: #581AAD;
}
.AnyTagClassName
{
color: #581AAD;
}
</style>
background-color css
<style>
a { background-color: #581AAD; }
a { background-color: rgb(88,26,173); }
div.DivClassName
{
background-color: #581AAD;
}
.BgClassName
{
background-color: #581AAD;
}
</style>
border-color css
<style>
span { border-color: #581AAD; }
span { border-color: rgb(88,26,173); }
td.TdClassName
{
border-color: #581AAD;
}
.TagClassName
{
border-color: #581AAD;
}
</style>