Shades of Purple Heart #5437CE
Tints of Purple Heart #5437CE
RGB
CMYK
RGB Variations
Color information
#5437CE (or 0x5437CE) is known color: Purple Heart. HEX triplet: 54, 37 and CE. RGB value is (84,55,206). Sum of RGB (Red+Green+Blue) = 84+55+206=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #5437CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5437CE is #ABC831. Grayscale: #505050. Windows color (decimal): -11257906 or 13514580. OLE color: 13514580.
HSL color Cylindrical-coordinate representation of color #5437CE: hue angle of 251.52º 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 #5437CE is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 55 | 206 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.19 |
| HSL | 251.52º | 0.61% | 0.51% | - |
| HSV(B) | 251.52º | 0.73% | 0.81% | - |
| XYZ | 16.16 | 9.07 | 59.29 | - |
| YUV | 80.89 | 198.61 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 55 | 206 | 0.59 | 0.73 | 0 | 0.19 | 251.52 | 0.61 | 0.51 |
| Hex | 54 | 37 | CE | 3B | 49 | 0 | 13 | FC | 3D | 33 |
| Octal | 124 | 67 | 316 | 73 | 111 | 0 | 23 | 374 | 75 | 63 |
| Binary | 1010100 | 110111 | 11001110 | 111011 | 1001001 | 0 | 10011 | 11111100 | 111101 | 110011 |
Color Harmonies of #5437CE
Complementary color
Monochromatic Colors of #5437CE
Black with #5437CE
Text Example
Text Example
White with #5437CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5437CE; }
p { color: rgb(84,55,206); }
H1.HeaderClassName
{
color: #5437CE;
}
.AnyTagClassName
{
color: #5437CE;
}
</style>
background-color css
<style>
a { background-color: #5437CE; }
a { background-color: rgb(84,55,206); }
div.DivClassName
{
background-color: #5437CE;
}
.BgClassName
{
background-color: #5437CE;
}
</style>
border-color css
<style>
span { border-color: #5437CE; }
span { border-color: rgb(84,55,206); }
td.TdClassName
{
border-color: #5437CE;
}
.TagClassName
{
border-color: #5437CE;
}
</style>