Shades of Purple Heart #552AB9
Tints of Purple Heart #552AB9
RGB
CMYK
RGB Variations
Color information
#552AB9 (or 0x552AB9) is known color: Purple Heart. HEX triplet: 55, 2A and B9. RGB value is (85,42,185). Sum of RGB (Red+Green+Blue) = 85+42+185=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 185 (72.66% from 255 or 59.29% from 312); Max value from RGB is 185 - color contains mainly: blue. Hex color #552AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552AB9 is #AAD546. Grayscale: #464646. Windows color (decimal): -11195719 or 12134997. OLE color: 12134997.
HSL color Cylindrical-coordinate representation of color #552AB9: hue angle of 258.04º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #552AB9 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 42 | 185 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.27 |
| HSL | 258.04º | 0.63% | 0.45% | - |
| HSV(B) | 258.04º | 0.77% | 0.73% | - |
| XYZ | 13.33 | 7.09 | 46.56 | - |
| YUV | 71.16 | 192.25 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 185 | 0.54 | 0.77 | 0 | 0.27 | 258.04 | 0.63 | 0.45 |
| Hex | 55 | 2A | B9 | 36 | 4D | 0 | 1B | 102 | 3F | 2D |
| Octal | 125 | 52 | 271 | 66 | 115 | 0 | 33 | 402 | 77 | 55 |
| Binary | 1010101 | 101010 | 10111001 | 110110 | 1001101 | 0 | 11011 | 100000010 | 111111 | 101101 |
Color Harmonies of #552AB9
Complementary color
Monochromatic Colors of #552AB9
Black with #552AB9
Text Example
Text Example
White with #552AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552AB9; }
p { color: rgb(85,42,185); }
H1.HeaderClassName
{
color: #552AB9;
}
.AnyTagClassName
{
color: #552AB9;
}
</style>
background-color css
<style>
a { background-color: #552AB9; }
a { background-color: rgb(85,42,185); }
div.DivClassName
{
background-color: #552AB9;
}
.BgClassName
{
background-color: #552AB9;
}
</style>
border-color css
<style>
span { border-color: #552AB9; }
span { border-color: rgb(85,42,185); }
td.TdClassName
{
border-color: #552AB9;
}
.TagClassName
{
border-color: #552AB9;
}
</style>