Shades of Purple Heart #582DAB
Tints of Purple Heart #582DAB
RGB
CMYK
RGB Variations
Color information
#582DAB (or 0x582DAB) is known color: Purple Heart. HEX triplet: 58, 2D and AB. RGB value is (88,45,171). Sum of RGB (Red+Green+Blue) = 88+45+171=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #582DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582DAB is #A7D254. Grayscale: #474747. Windows color (decimal): -10998357 or 11218264. OLE color: 11218264.
HSL color Cylindrical-coordinate representation of color #582DAB: hue angle of 260.48º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #582DAB is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 45 | 171 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.33 |
| HSL | 260.48º | 0.58% | 0.42% | - |
| HSV(B) | 260.48º | 0.74% | 0.67% | - |
| XYZ | 12.31 | 6.89 | 39.21 | - |
| YUV | 72.22 | 183.75 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 171 | 0.49 | 0.74 | 0 | 0.33 | 260.48 | 0.58 | 0.42 |
| Hex | 58 | 2D | AB | 31 | 4A | 0 | 21 | 104 | 3A | 2A |
| Octal | 130 | 55 | 253 | 61 | 112 | 0 | 41 | 404 | 72 | 52 |
| Binary | 1011000 | 101101 | 10101011 | 110001 | 1001010 | 0 | 100001 | 100000100 | 111010 | 101010 |
Color Harmonies of #582DAB
Complementary color
Monochromatic Colors of #582DAB
Black with #582DAB
Text Example
Text Example
White with #582DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582DAB; }
p { color: rgb(88,45,171); }
H1.HeaderClassName
{
color: #582DAB;
}
.AnyTagClassName
{
color: #582DAB;
}
</style>
background-color css
<style>
a { background-color: #582DAB; }
a { background-color: rgb(88,45,171); }
div.DivClassName
{
background-color: #582DAB;
}
.BgClassName
{
background-color: #582DAB;
}
</style>
border-color css
<style>
span { border-color: #582DAB; }
span { border-color: rgb(88,45,171); }
td.TdClassName
{
border-color: #582DAB;
}
.TagClassName
{
border-color: #582DAB;
}
</style>