Shades of Purple Heart #5537AC
Tints of Purple Heart #5537AC
RGB
CMYK
RGB Variations
Color information
#5537AC (or 0x5537AC) is known color: Purple Heart. HEX triplet: 55, 37 and AC. RGB value is (85,55,172). Sum of RGB (Red+Green+Blue) = 85+55+172=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #5537AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5537AC is #AAC853. Grayscale: #4C4C4C. Windows color (decimal): -11192404 or 11286357. OLE color: 11286357.
HSL color Cylindrical-coordinate representation of color #5537AC: hue angle of 255.38º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5537AC is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 55 | 172 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.33 |
| HSL | 255.38º | 0.52% | 0.45% | - |
| HSV(B) | 255.38º | 0.68% | 0.67% | - |
| XYZ | 12.56 | 7.64 | 39.84 | - |
| YUV | 77.31 | 181.44 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 172 | 0.51 | 0.68 | 0 | 0.33 | 255.38 | 0.52 | 0.45 |
| Hex | 55 | 37 | AC | 33 | 44 | 0 | 21 | FF | 34 | 2D |
| Octal | 125 | 67 | 254 | 63 | 104 | 0 | 41 | 377 | 64 | 55 |
| Binary | 1010101 | 110111 | 10101100 | 110011 | 1000100 | 0 | 100001 | 11111111 | 110100 | 101101 |
Color Harmonies of #5537AC
Complementary color
Monochromatic Colors of #5537AC
Black with #5537AC
Text Example
Text Example
White with #5537AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5537AC; }
p { color: rgb(85,55,172); }
H1.HeaderClassName
{
color: #5537AC;
}
.AnyTagClassName
{
color: #5537AC;
}
</style>
background-color css
<style>
a { background-color: #5537AC; }
a { background-color: rgb(85,55,172); }
div.DivClassName
{
background-color: #5537AC;
}
.BgClassName
{
background-color: #5537AC;
}
</style>
border-color css
<style>
span { border-color: #5537AC; }
span { border-color: rgb(85,55,172); }
td.TdClassName
{
border-color: #5537AC;
}
.TagClassName
{
border-color: #5537AC;
}
</style>