Shades of Purple Heart #552AA8
Tints of Purple Heart #552AA8
RGB
CMYK
RGB Variations
Color information
#552AA8 (or 0x552AA8) is known color: Purple Heart. HEX triplet: 55, 2A and A8. RGB value is (85,42,168). Sum of RGB (Red+Green+Blue) = 85+42+168=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 168 (66.02% from 255 or 56.95% from 295); Max value from RGB is 168 - color contains mainly: blue. Hex color #552AA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552AA8 is #AAD557. Grayscale: #444444. Windows color (decimal): -11195736 or 11020885. OLE color: 11020885.
HSL color Cylindrical-coordinate representation of color #552AA8: hue angle of 260.48º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552AA8 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 42 | 168 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.34 |
| HSL | 260.48º | 0.6% | 0.41% | - |
| HSV(B) | 260.48º | 0.75% | 0.66% | - |
| XYZ | 11.64 | 6.41 | 37.67 | - |
| YUV | 69.22 | 183.75 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 168 | 0.49 | 0.75 | 0 | 0.34 | 260.48 | 0.6 | 0.41 |
| Hex | 55 | 2A | A8 | 31 | 4B | 0 | 22 | 104 | 3C | 29 |
| Octal | 125 | 52 | 250 | 61 | 113 | 0 | 42 | 404 | 74 | 51 |
| Binary | 1010101 | 101010 | 10101000 | 110001 | 1001011 | 0 | 100010 | 100000100 | 111100 | 101001 |
Color Harmonies of #552AA8
Complementary color
Monochromatic Colors of #552AA8
Black with #552AA8
Text Example
Text Example
White with #552AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552AA8; }
p { color: rgb(85,42,168); }
H1.HeaderClassName
{
color: #552AA8;
}
.AnyTagClassName
{
color: #552AA8;
}
</style>
background-color css
<style>
a { background-color: #552AA8; }
a { background-color: rgb(85,42,168); }
div.DivClassName
{
background-color: #552AA8;
}
.BgClassName
{
background-color: #552AA8;
}
</style>
border-color css
<style>
span { border-color: #552AA8; }
span { border-color: rgb(85,42,168); }
td.TdClassName
{
border-color: #552AA8;
}
.TagClassName
{
border-color: #552AA8;
}
</style>