Shades of Purple Heart #5537AE
Tints of Purple Heart #5537AE
RGB
CMYK
RGB Variations
Color information
#5537AE (or 0x5537AE) is known color: Purple Heart. HEX triplet: 55, 37 and AE. RGB value is (85,55,174). Sum of RGB (Red+Green+Blue) = 85+55+174=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #5537AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5537AE is #AAC851. Grayscale: #4D4D4D. Windows color (decimal): -11192402 or 11417429. OLE color: 11417429.
HSL color Cylindrical-coordinate representation of color #5537AE: hue angle of 255.13º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5537AE is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 55 | 174 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.32 |
| HSL | 255.13º | 0.52% | 0.45% | - |
| HSV(B) | 255.13º | 0.68% | 0.68% | - |
| XYZ | 12.75 | 7.72 | 40.86 | - |
| YUV | 77.54 | 182.44 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 174 | 0.51 | 0.68 | 0 | 0.32 | 255.13 | 0.52 | 0.45 |
| Hex | 55 | 37 | AE | 33 | 44 | 0 | 20 | FF | 34 | 2D |
| Octal | 125 | 67 | 256 | 63 | 104 | 0 | 40 | 377 | 64 | 55 |
| Binary | 1010101 | 110111 | 10101110 | 110011 | 1000100 | 0 | 100000 | 11111111 | 110100 | 101101 |
Color Harmonies of #5537AE
Complementary color
Monochromatic Colors of #5537AE
Black with #5537AE
Text Example
Text Example
White with #5537AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5537AE; }
p { color: rgb(85,55,174); }
H1.HeaderClassName
{
color: #5537AE;
}
.AnyTagClassName
{
color: #5537AE;
}
</style>
background-color css
<style>
a { background-color: #5537AE; }
a { background-color: rgb(85,55,174); }
div.DivClassName
{
background-color: #5537AE;
}
.BgClassName
{
background-color: #5537AE;
}
</style>
border-color css
<style>
span { border-color: #5537AE; }
span { border-color: rgb(85,55,174); }
td.TdClassName
{
border-color: #5537AE;
}
.TagClassName
{
border-color: #5537AE;
}
</style>