Shades of Purple Heart #5529AB
Tints of Purple Heart #5529AB
RGB
CMYK
RGB Variations
Color information
#5529AB (or 0x5529AB) is known color: Purple Heart. HEX triplet: 55, 29 and AB. RGB value is (85,41,171). Sum of RGB (Red+Green+Blue) = 85+41+171=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #5529AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5529AB is #AAD654. Grayscale: #444444. Windows color (decimal): -11195989 or 11217237. OLE color: 11217237.
HSL color Cylindrical-coordinate representation of color #5529AB: hue angle of 260.31º 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 #5529AB is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 41 | 171 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.33 |
| HSL | 260.31º | 0.61% | 0.42% | - |
| HSV(B) | 260.31º | 0.76% | 0.67% | - |
| XYZ | 11.89 | 6.46 | 39.15 | - |
| YUV | 68.98 | 185.58 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 171 | 0.50 | 0.76 | 0 | 0.33 | 260.31 | 0.61 | 0.42 |
| Hex | 55 | 29 | AB | 32 | 4C | 0 | 21 | 104 | 3D | 2A |
| Octal | 125 | 51 | 253 | 62 | 114 | 0 | 41 | 404 | 75 | 52 |
| Binary | 1010101 | 101001 | 10101011 | 110010 | 1001100 | 0 | 100001 | 100000100 | 111101 | 101010 |
Color Harmonies of #5529AB
Complementary color
Monochromatic Colors of #5529AB
Black with #5529AB
Text Example
Text Example
White with #5529AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5529AB; }
p { color: rgb(85,41,171); }
H1.HeaderClassName
{
color: #5529AB;
}
.AnyTagClassName
{
color: #5529AB;
}
</style>
background-color css
<style>
a { background-color: #5529AB; }
a { background-color: rgb(85,41,171); }
div.DivClassName
{
background-color: #5529AB;
}
.BgClassName
{
background-color: #5529AB;
}
</style>
border-color css
<style>
span { border-color: #5529AB; }
span { border-color: rgb(85,41,171); }
td.TdClassName
{
border-color: #5529AB;
}
.TagClassName
{
border-color: #5529AB;
}
</style>