Shades of Purple Heart #5537CF
Tints of Purple Heart #5537CF
RGB
CMYK
RGB Variations
Color information
#5537CF (or 0x5537CF) is known color: Purple Heart. HEX triplet: 55, 37 and CF. RGB value is (85,55,207). Sum of RGB (Red+Green+Blue) = 85+55+207=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #5537CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5537CF is #AAC830. Grayscale: #505050. Windows color (decimal): -11192369 or 13580117. OLE color: 13580117.
HSL color Cylindrical-coordinate representation of color #5537CF: hue angle of 251.84º 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 #5537CF is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 55 | 207 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.19 |
| HSL | 251.84º | 0.61% | 0.51% | - |
| HSV(B) | 251.84º | 0.73% | 0.81% | - |
| XYZ | 16.37 | 9.17 | 59.94 | - |
| YUV | 81.3 | 198.94 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 207 | 0.59 | 0.73 | 0 | 0.19 | 251.84 | 0.61 | 0.51 |
| Hex | 55 | 37 | CF | 3B | 49 | 0 | 13 | FC | 3D | 33 |
| Octal | 125 | 67 | 317 | 73 | 111 | 0 | 23 | 374 | 75 | 63 |
| Binary | 1010101 | 110111 | 11001111 | 111011 | 1001001 | 0 | 10011 | 11111100 | 111101 | 110011 |
Color Harmonies of #5537CF
Complementary color
Monochromatic Colors of #5537CF
Black with #5537CF
Text Example
Text Example
White with #5537CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5537CF; }
p { color: rgb(85,55,207); }
H1.HeaderClassName
{
color: #5537CF;
}
.AnyTagClassName
{
color: #5537CF;
}
</style>
background-color css
<style>
a { background-color: #5537CF; }
a { background-color: rgb(85,55,207); }
div.DivClassName
{
background-color: #5537CF;
}
.BgClassName
{
background-color: #5537CF;
}
</style>
border-color css
<style>
span { border-color: #5537CF; }
span { border-color: rgb(85,55,207); }
td.TdClassName
{
border-color: #5537CF;
}
.TagClassName
{
border-color: #5537CF;
}
</style>