Shades of Purple Heart #552FAA
Tints of Purple Heart #552FAA
RGB
CMYK
RGB Variations
Color information
#552FAA (or 0x552FAA) is known color: Purple Heart. HEX triplet: 55, 2F and AA. RGB value is (85,47,170). Sum of RGB (Red+Green+Blue) = 85+47+170=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #552FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552FAA is #AAD055. Grayscale: #474747. Windows color (decimal): -11194454 or 11153237. OLE color: 11153237.
HSL color Cylindrical-coordinate representation of color #552FAA: hue angle of 258.54º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #552FAA is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 47 | 170 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.33 |
| HSL | 258.54º | 0.57% | 0.43% | - |
| HSV(B) | 258.54º | 0.72% | 0.67% | - |
| XYZ | 12.02 | 6.87 | 38.72 | - |
| YUV | 72.38 | 183.09 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 170 | 0.50 | 0.72 | 0 | 0.33 | 258.54 | 0.57 | 0.43 |
| Hex | 55 | 2F | AA | 32 | 48 | 0 | 21 | 103 | 39 | 2B |
| Octal | 125 | 57 | 252 | 62 | 110 | 0 | 41 | 403 | 71 | 53 |
| Binary | 1010101 | 101111 | 10101010 | 110010 | 1001000 | 0 | 100001 | 100000011 | 111001 | 101011 |
Color Harmonies of #552FAA
Complementary color
Monochromatic Colors of #552FAA
Black with #552FAA
Text Example
Text Example
White with #552FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552FAA; }
p { color: rgb(85,47,170); }
H1.HeaderClassName
{
color: #552FAA;
}
.AnyTagClassName
{
color: #552FAA;
}
</style>
background-color css
<style>
a { background-color: #552FAA; }
a { background-color: rgb(85,47,170); }
div.DivClassName
{
background-color: #552FAA;
}
.BgClassName
{
background-color: #552FAA;
}
</style>
border-color css
<style>
span { border-color: #552FAA; }
span { border-color: rgb(85,47,170); }
td.TdClassName
{
border-color: #552FAA;
}
.TagClassName
{
border-color: #552FAA;
}
</style>