Shades of Purple Heart #5937CB
Tints of Purple Heart #5937CB
RGB
CMYK
RGB Variations
Color information
#5937CB (or 0x5937CB) is known color: Purple Heart. HEX triplet: 59, 37 and CB. RGB value is (89,55,203). Sum of RGB (Red+Green+Blue) = 89+55+203=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #5937CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5937CB is #A6C834. Grayscale: #515151. Windows color (decimal): -10930229 or 13317977. OLE color: 13317977.
HSL color Cylindrical-coordinate representation of color #5937CB: hue angle of 253.78º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5937CB is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 55 | 203 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.20 |
| HSL | 253.78º | 0.59% | 0.51% | - |
| HSV(B) | 253.78º | 0.73% | 0.8% | - |
| XYZ | 16.27 | 9.17 | 57.41 | - |
| YUV | 82.04 | 196.26 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 55 | 203 | 0.56 | 0.73 | 0 | 0.20 | 253.78 | 0.59 | 0.51 |
| Hex | 59 | 37 | CB | 38 | 49 | 0 | 14 | FE | 3B | 33 |
| Octal | 131 | 67 | 313 | 70 | 111 | 0 | 24 | 376 | 73 | 63 |
| Binary | 1011001 | 110111 | 11001011 | 111000 | 1001001 | 0 | 10100 | 11111110 | 111011 | 110011 |
Color Harmonies of #5937CB
Complementary color
Monochromatic Colors of #5937CB
Black with #5937CB
Text Example
Text Example
White with #5937CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5937CB; }
p { color: rgb(89,55,203); }
H1.HeaderClassName
{
color: #5937CB;
}
.AnyTagClassName
{
color: #5937CB;
}
</style>
background-color css
<style>
a { background-color: #5937CB; }
a { background-color: rgb(89,55,203); }
div.DivClassName
{
background-color: #5937CB;
}
.BgClassName
{
background-color: #5937CB;
}
</style>
border-color css
<style>
span { border-color: #5937CB; }
span { border-color: rgb(89,55,203); }
td.TdClassName
{
border-color: #5937CB;
}
.TagClassName
{
border-color: #5937CB;
}
</style>