Shades of Purple Heart #552CAD
Tints of Purple Heart #552CAD
RGB
CMYK
RGB Variations
Color information
#552CAD (or 0x552CAD) is known color: Purple Heart. HEX triplet: 55, 2C and AD. RGB value is (85,44,173). Sum of RGB (Red+Green+Blue) = 85+44+173=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #552CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552CAD is #AAD352. Grayscale: #464646. Windows color (decimal): -11195219 or 11349077. OLE color: 11349077.
HSL color Cylindrical-coordinate representation of color #552CAD: hue angle of 259.07º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #552CAD is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 44 | 173 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.32 |
| HSL | 259.07º | 0.59% | 0.43% | - |
| HSV(B) | 259.07º | 0.75% | 0.68% | - |
| XYZ | 12.19 | 6.75 | 40.2 | - |
| YUV | 70.97 | 185.58 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 173 | 0.51 | 0.75 | 0 | 0.32 | 259.07 | 0.59 | 0.43 |
| Hex | 55 | 2C | AD | 33 | 4B | 0 | 20 | 103 | 3B | 2B |
| Octal | 125 | 54 | 255 | 63 | 113 | 0 | 40 | 403 | 73 | 53 |
| Binary | 1010101 | 101100 | 10101101 | 110011 | 1001011 | 0 | 100000 | 100000011 | 111011 | 101011 |
Color Harmonies of #552CAD
Complementary color
Monochromatic Colors of #552CAD
Black with #552CAD
Text Example
Text Example
White with #552CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552CAD; }
p { color: rgb(85,44,173); }
H1.HeaderClassName
{
color: #552CAD;
}
.AnyTagClassName
{
color: #552CAD;
}
</style>
background-color css
<style>
a { background-color: #552CAD; }
a { background-color: rgb(85,44,173); }
div.DivClassName
{
background-color: #552CAD;
}
.BgClassName
{
background-color: #552CAD;
}
</style>
border-color css
<style>
span { border-color: #552CAD; }
span { border-color: rgb(85,44,173); }
td.TdClassName
{
border-color: #552CAD;
}
.TagClassName
{
border-color: #552CAD;
}
</style>