Shades of Purple Heart #5739CB
Tints of Purple Heart #5739CB
RGB
CMYK
RGB Variations
Color information
#5739CB (or 0x5739CB) is known color: Purple Heart. HEX triplet: 57, 39 and CB. RGB value is (87,57,203). Sum of RGB (Red+Green+Blue) = 87+57+203=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 57 (22.66% from 255 or 16.43% 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 #5739CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5739CB is #A8C634. Grayscale: #525252. Windows color (decimal): -11060789 or 13318487. OLE color: 13318487.
HSL color Cylindrical-coordinate representation of color #5739CB: hue angle of 252.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5739CB is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 57 | 203 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.20 |
| HSL | 252.33º | 0.58% | 0.51% | - |
| HSV(B) | 252.33º | 0.72% | 0.8% | - |
| XYZ | 16.17 | 9.26 | 57.44 | - |
| YUV | 82.61 | 195.94 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 57 | 203 | 0.57 | 0.72 | 0 | 0.20 | 252.33 | 0.58 | 0.51 |
| Hex | 57 | 39 | CB | 39 | 48 | 0 | 14 | FC | 3A | 33 |
| Octal | 127 | 71 | 313 | 71 | 110 | 0 | 24 | 374 | 72 | 63 |
| Binary | 1010111 | 111001 | 11001011 | 111001 | 1001000 | 0 | 10100 | 11111100 | 111010 | 110011 |
Color Harmonies of #5739CB
Complementary color
Monochromatic Colors of #5739CB
Black with #5739CB
Text Example
Text Example
White with #5739CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5739CB; }
p { color: rgb(87,57,203); }
H1.HeaderClassName
{
color: #5739CB;
}
.AnyTagClassName
{
color: #5739CB;
}
</style>
background-color css
<style>
a { background-color: #5739CB; }
a { background-color: rgb(87,57,203); }
div.DivClassName
{
background-color: #5739CB;
}
.BgClassName
{
background-color: #5739CB;
}
</style>
border-color css
<style>
span { border-color: #5739CB; }
span { border-color: rgb(87,57,203); }
td.TdClassName
{
border-color: #5739CB;
}
.TagClassName
{
border-color: #5739CB;
}
</style>