Shades of Purple Heart #5527AA
Tints of Purple Heart #5527AA
RGB
CMYK
RGB Variations
Color information
#5527AA (or 0x5527AA) is known color: Purple Heart. HEX triplet: 55, 27 and AA. RGB value is (85,39,170). Sum of RGB (Red+Green+Blue) = 85+39+170=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #5527AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5527AA is #AAD855. Grayscale: #434343. Windows color (decimal): -11196502 or 11151189. OLE color: 11151189.
HSL color Cylindrical-coordinate representation of color #5527AA: hue angle of 261.07º 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 #5527AA is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 39 | 170 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.33 |
| HSL | 261.07º | 0.63% | 0.41% | - |
| HSV(B) | 261.07º | 0.77% | 0.67% | - |
| XYZ | 11.73 | 6.28 | 38.63 | - |
| YUV | 67.69 | 185.74 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 170 | 0.50 | 0.77 | 0 | 0.33 | 261.07 | 0.63 | 0.41 |
| Hex | 55 | 27 | AA | 32 | 4D | 0 | 21 | 105 | 3F | 29 |
| Octal | 125 | 47 | 252 | 62 | 115 | 0 | 41 | 405 | 77 | 51 |
| Binary | 1010101 | 100111 | 10101010 | 110010 | 1001101 | 0 | 100001 | 100000101 | 111111 | 101001 |
Color Harmonies of #5527AA
Complementary color
Monochromatic Colors of #5527AA
Black with #5527AA
Text Example
Text Example
White with #5527AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5527AA; }
p { color: rgb(85,39,170); }
H1.HeaderClassName
{
color: #5527AA;
}
.AnyTagClassName
{
color: #5527AA;
}
</style>
background-color css
<style>
a { background-color: #5527AA; }
a { background-color: rgb(85,39,170); }
div.DivClassName
{
background-color: #5527AA;
}
.BgClassName
{
background-color: #5527AA;
}
</style>
border-color css
<style>
span { border-color: #5527AA; }
span { border-color: rgb(85,39,170); }
td.TdClassName
{
border-color: #5527AA;
}
.TagClassName
{
border-color: #5527AA;
}
</style>