Shades of Purple Heart #5739C1
Tints of Purple Heart #5739C1
RGB
CMYK
RGB Variations
Color information
#5739C1 (or 0x5739C1) is known color: Purple Heart. HEX triplet: 57, 39 and C1. RGB value is (87,57,193). Sum of RGB (Red+Green+Blue) = 87+57+193=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #5739C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5739C1 is #A8C63E. Grayscale: #505050. Windows color (decimal): -11060799 or 12663127. OLE color: 12663127.
HSL color Cylindrical-coordinate representation of color #5739C1: hue angle of 253.24º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5739C1 is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 57 | 193 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.24 |
| HSL | 253.24º | 0.54% | 0.49% | - |
| HSV(B) | 253.24º | 0.7% | 0.76% | - |
| XYZ | 15.02 | 8.8 | 51.36 | - |
| YUV | 81.47 | 190.94 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 57 | 193 | 0.55 | 0.70 | 0 | 0.24 | 253.24 | 0.54 | 0.49 |
| Hex | 57 | 39 | C1 | 37 | 46 | 0 | 18 | FD | 36 | 31 |
| Octal | 127 | 71 | 301 | 67 | 106 | 0 | 30 | 375 | 66 | 61 |
| Binary | 1010111 | 111001 | 11000001 | 110111 | 1000110 | 0 | 11000 | 11111101 | 110110 | 110001 |
Color Harmonies of #5739C1
Complementary color
Monochromatic Colors of #5739C1
Black with #5739C1
Text Example
Text Example
White with #5739C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5739C1; }
p { color: rgb(87,57,193); }
H1.HeaderClassName
{
color: #5739C1;
}
.AnyTagClassName
{
color: #5739C1;
}
</style>
background-color css
<style>
a { background-color: #5739C1; }
a { background-color: rgb(87,57,193); }
div.DivClassName
{
background-color: #5739C1;
}
.BgClassName
{
background-color: #5739C1;
}
</style>
border-color css
<style>
span { border-color: #5739C1; }
span { border-color: rgb(87,57,193); }
td.TdClassName
{
border-color: #5739C1;
}
.TagClassName
{
border-color: #5739C1;
}
</style>