Shades of Purple Heart #5526AB
Tints of Purple Heart #5526AB
RGB
CMYK
RGB Variations
Color information
#5526AB (or 0x5526AB) is known color: Purple Heart. HEX triplet: 55, 26 and AB. RGB value is (85,38,171). Sum of RGB (Red+Green+Blue) = 85+38+171=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #5526AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5526AB is #AAD954. Grayscale: #424242. Windows color (decimal): -11196757 or 11216469. OLE color: 11216469.
HSL color Cylindrical-coordinate representation of color #5526AB: hue angle of 261.2º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5526AB is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 38 | 171 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.33 |
| HSL | 261.2º | 0.64% | 0.41% | - |
| HSV(B) | 261.2º | 0.78% | 0.67% | - |
| XYZ | 11.79 | 6.26 | 39.11 | - |
| YUV | 67.22 | 186.57 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 171 | 0.50 | 0.78 | 0 | 0.33 | 261.2 | 0.64 | 0.41 |
| Hex | 55 | 26 | AB | 32 | 4E | 0 | 21 | 105 | 40 | 29 |
| Octal | 125 | 46 | 253 | 62 | 116 | 0 | 41 | 405 | 100 | 51 |
| Binary | 1010101 | 100110 | 10101011 | 110010 | 1001110 | 0 | 100001 | 100000101 | 1000000 | 101001 |
Color Harmonies of #5526AB
Complementary color
Monochromatic Colors of #5526AB
Black with #5526AB
Text Example
Text Example
White with #5526AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5526AB; }
p { color: rgb(85,38,171); }
H1.HeaderClassName
{
color: #5526AB;
}
.AnyTagClassName
{
color: #5526AB;
}
</style>
background-color css
<style>
a { background-color: #5526AB; }
a { background-color: rgb(85,38,171); }
div.DivClassName
{
background-color: #5526AB;
}
.BgClassName
{
background-color: #5526AB;
}
</style>
border-color css
<style>
span { border-color: #5526AB; }
span { border-color: rgb(85,38,171); }
td.TdClassName
{
border-color: #5526AB;
}
.TagClassName
{
border-color: #5526AB;
}
</style>