Shades of Purple Heart #5527AB
Tints of Purple Heart #5527AB
RGB
CMYK
RGB Variations
Color information
#5527AB (or 0x5527AB) is known color: Purple Heart. HEX triplet: 55, 27 and AB. RGB value is (85,39,171). Sum of RGB (Red+Green+Blue) = 85+39+171=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #5527AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5527AB is #AAD854. Grayscale: #434343. Windows color (decimal): -11196501 or 11216725. OLE color: 11216725.
HSL color Cylindrical-coordinate representation of color #5527AB: hue angle of 260.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5527AB is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 39 | 171 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.33 |
| HSL | 260.91º | 0.63% | 0.41% | - |
| HSV(B) | 260.91º | 0.77% | 0.67% | - |
| XYZ | 11.82 | 6.32 | 39.13 | - |
| YUV | 67.8 | 186.24 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 171 | 0.50 | 0.77 | 0 | 0.33 | 260.91 | 0.63 | 0.41 |
| Hex | 55 | 27 | AB | 32 | 4D | 0 | 21 | 105 | 3F | 29 |
| Octal | 125 | 47 | 253 | 62 | 115 | 0 | 41 | 405 | 77 | 51 |
| Binary | 1010101 | 100111 | 10101011 | 110010 | 1001101 | 0 | 100001 | 100000101 | 111111 | 101001 |
Color Harmonies of #5527AB
Complementary color
Monochromatic Colors of #5527AB
Black with #5527AB
Text Example
Text Example
White with #5527AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5527AB; }
p { color: rgb(85,39,171); }
H1.HeaderClassName
{
color: #5527AB;
}
.AnyTagClassName
{
color: #5527AB;
}
</style>
background-color css
<style>
a { background-color: #5527AB; }
a { background-color: rgb(85,39,171); }
div.DivClassName
{
background-color: #5527AB;
}
.BgClassName
{
background-color: #5527AB;
}
</style>
border-color css
<style>
span { border-color: #5527AB; }
span { border-color: rgb(85,39,171); }
td.TdClassName
{
border-color: #5527AB;
}
.TagClassName
{
border-color: #5527AB;
}
</style>