Shades of Purple Heart #5829AB
Tints of Purple Heart #5829AB
RGB
CMYK
RGB Variations
Color information
#5829AB (or 0x5829AB) is known color: Purple Heart. HEX triplet: 58, 29 and AB. RGB value is (88,41,171). Sum of RGB (Red+Green+Blue) = 88+41+171=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #5829AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5829AB is #A7D654. Grayscale: #454545. Windows color (decimal): -10999381 or 11217240. OLE color: 11217240.
HSL color Cylindrical-coordinate representation of color #5829AB: hue angle of 261.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5829AB is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 41 | 171 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.33 |
| HSL | 261.69º | 0.61% | 0.42% | - |
| HSV(B) | 261.69º | 0.76% | 0.67% | - |
| XYZ | 12.17 | 6.6 | 39.16 | - |
| YUV | 69.87 | 185.07 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 171 | 0.49 | 0.76 | 0 | 0.33 | 261.69 | 0.61 | 0.42 |
| Hex | 58 | 29 | AB | 31 | 4C | 0 | 21 | 106 | 3D | 2A |
| Octal | 130 | 51 | 253 | 61 | 114 | 0 | 41 | 406 | 75 | 52 |
| Binary | 1011000 | 101001 | 10101011 | 110001 | 1001100 | 0 | 100001 | 100000110 | 111101 | 101010 |
Color Harmonies of #5829AB
Complementary color
Monochromatic Colors of #5829AB
Black with #5829AB
Text Example
Text Example
White with #5829AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5829AB; }
p { color: rgb(88,41,171); }
H1.HeaderClassName
{
color: #5829AB;
}
.AnyTagClassName
{
color: #5829AB;
}
</style>
background-color css
<style>
a { background-color: #5829AB; }
a { background-color: rgb(88,41,171); }
div.DivClassName
{
background-color: #5829AB;
}
.BgClassName
{
background-color: #5829AB;
}
</style>
border-color css
<style>
span { border-color: #5829AB; }
span { border-color: rgb(88,41,171); }
td.TdClassName
{
border-color: #5829AB;
}
.TagClassName
{
border-color: #5829AB;
}
</style>