Shades of Purple Heart #552DAA
Tints of Purple Heart #552DAA
RGB
CMYK
RGB Variations
Color information
#552DAA (or 0x552DAA) is known color: Purple Heart. HEX triplet: 55, 2D and AA. RGB value is (85,45,170). Sum of RGB (Red+Green+Blue) = 85+45+170=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #552DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552DAA is #AAD255. Grayscale: #464646. Windows color (decimal): -11194966 or 11152725. OLE color: 11152725.
HSL color Cylindrical-coordinate representation of color #552DAA: hue angle of 259.2º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552DAA is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 45 | 170 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.33 |
| HSL | 259.2º | 0.58% | 0.42% | - |
| HSV(B) | 259.2º | 0.74% | 0.67% | - |
| XYZ | 11.94 | 6.71 | 38.7 | - |
| YUV | 71.21 | 183.75 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 170 | 0.50 | 0.74 | 0 | 0.33 | 259.2 | 0.58 | 0.42 |
| Hex | 55 | 2D | AA | 32 | 4A | 0 | 21 | 103 | 3A | 2A |
| Octal | 125 | 55 | 252 | 62 | 112 | 0 | 41 | 403 | 72 | 52 |
| Binary | 1010101 | 101101 | 10101010 | 110010 | 1001010 | 0 | 100001 | 100000011 | 111010 | 101010 |
Color Harmonies of #552DAA
Complementary color
Monochromatic Colors of #552DAA
Black with #552DAA
Text Example
Text Example
White with #552DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552DAA; }
p { color: rgb(85,45,170); }
H1.HeaderClassName
{
color: #552DAA;
}
.AnyTagClassName
{
color: #552DAA;
}
</style>
background-color css
<style>
a { background-color: #552DAA; }
a { background-color: rgb(85,45,170); }
div.DivClassName
{
background-color: #552DAA;
}
.BgClassName
{
background-color: #552DAA;
}
</style>
border-color css
<style>
span { border-color: #552DAA; }
span { border-color: rgb(85,45,170); }
td.TdClassName
{
border-color: #552DAA;
}
.TagClassName
{
border-color: #552DAA;
}
</style>