Shades of Purple Heart #5537CE
Tints of Purple Heart #5537CE
RGB
CMYK
RGB Variations
Color information
#5537CE (or 0x5537CE) is known color: Purple Heart. HEX triplet: 55, 37 and CE. RGB value is (85,55,206). Sum of RGB (Red+Green+Blue) = 85+55+206=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #5537CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5537CE is #AAC831. Grayscale: #505050. Windows color (decimal): -11192370 or 13514581. OLE color: 13514581.
HSL color Cylindrical-coordinate representation of color #5537CE: hue angle of 251.92º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5537CE is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 55 | 206 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.19 |
| HSL | 251.92º | 0.61% | 0.51% | - |
| HSV(B) | 251.92º | 0.73% | 0.81% | - |
| XYZ | 16.25 | 9.12 | 59.3 | - |
| YUV | 81.18 | 198.44 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 206 | 0.59 | 0.73 | 0 | 0.19 | 251.92 | 0.61 | 0.51 |
| Hex | 55 | 37 | CE | 3B | 49 | 0 | 13 | FC | 3D | 33 |
| Octal | 125 | 67 | 316 | 73 | 111 | 0 | 23 | 374 | 75 | 63 |
| Binary | 1010101 | 110111 | 11001110 | 111011 | 1001001 | 0 | 10011 | 11111100 | 111101 | 110011 |
Color Harmonies of #5537CE
Complementary color
Monochromatic Colors of #5537CE
Black with #5537CE
Text Example
Text Example
White with #5537CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5537CE; }
p { color: rgb(85,55,206); }
H1.HeaderClassName
{
color: #5537CE;
}
.AnyTagClassName
{
color: #5537CE;
}
</style>
background-color css
<style>
a { background-color: #5537CE; }
a { background-color: rgb(85,55,206); }
div.DivClassName
{
background-color: #5537CE;
}
.BgClassName
{
background-color: #5537CE;
}
</style>
border-color css
<style>
span { border-color: #5537CE; }
span { border-color: rgb(85,55,206); }
td.TdClassName
{
border-color: #5537CE;
}
.TagClassName
{
border-color: #5537CE;
}
</style>