Shades of Purple Heart #552BAC
Tints of Purple Heart #552BAC
RGB
CMYK
RGB Variations
Color information
#552BAC (or 0x552BAC) is known color: Purple Heart. HEX triplet: 55, 2B and AC. RGB value is (85,43,172). Sum of RGB (Red+Green+Blue) = 85+43+172=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #552BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552BAC is #AAD453. Grayscale: #454545. Windows color (decimal): -11195476 or 11283285. OLE color: 11283285.
HSL color Cylindrical-coordinate representation of color #552BAC: hue angle of 259.53º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552BAC is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 43 | 172 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.33 |
| HSL | 259.53º | 0.6% | 0.42% | - |
| HSV(B) | 259.53º | 0.75% | 0.67% | - |
| XYZ | 12.06 | 6.64 | 39.68 | - |
| YUV | 70.26 | 185.41 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 172 | 0.51 | 0.75 | 0 | 0.33 | 259.53 | 0.6 | 0.42 |
| Hex | 55 | 2B | AC | 33 | 4B | 0 | 21 | 104 | 3C | 2A |
| Octal | 125 | 53 | 254 | 63 | 113 | 0 | 41 | 404 | 74 | 52 |
| Binary | 1010101 | 101011 | 10101100 | 110011 | 1001011 | 0 | 100001 | 100000100 | 111100 | 101010 |
Color Harmonies of #552BAC
Complementary color
Monochromatic Colors of #552BAC
Black with #552BAC
Text Example
Text Example
White with #552BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552BAC; }
p { color: rgb(85,43,172); }
H1.HeaderClassName
{
color: #552BAC;
}
.AnyTagClassName
{
color: #552BAC;
}
</style>
background-color css
<style>
a { background-color: #552BAC; }
a { background-color: rgb(85,43,172); }
div.DivClassName
{
background-color: #552BAC;
}
.BgClassName
{
background-color: #552BAC;
}
</style>
border-color css
<style>
span { border-color: #552BAC; }
span { border-color: rgb(85,43,172); }
td.TdClassName
{
border-color: #552BAC;
}
.TagClassName
{
border-color: #552BAC;
}
</style>