Shades of Purple Heart #5739DF
Tints of Purple Heart #5739DF
RGB
CMYK
RGB Variations
Color information
#5739DF (or 0x5739DF) is known color: Purple Heart. HEX triplet: 57, 39 and DF. RGB value is (87,57,223). Sum of RGB (Red+Green+Blue) = 87+57+223=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #5739DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5739DF is #A8C620. Grayscale: #545454. Windows color (decimal): -11060769 or 14629207. OLE color: 14629207.
HSL color Cylindrical-coordinate representation of color #5739DF: hue angle of 250.84º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5739DF is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 57 | 223 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.13 |
| HSL | 250.84º | 0.72% | 0.55% | - |
| HSV(B) | 250.84º | 0.74% | 0.87% | - |
| XYZ | 18.71 | 10.28 | 70.81 | - |
| YUV | 84.89 | 205.94 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 57 | 223 | 0.61 | 0.74 | 0 | 0.13 | 250.84 | 0.72 | 0.55 |
| Hex | 57 | 39 | DF | 3D | 4A | 0 | D | FB | 48 | 37 |
| Octal | 127 | 71 | 337 | 75 | 112 | 0 | 15 | 373 | 110 | 67 |
| Binary | 1010111 | 111001 | 11011111 | 111101 | 1001010 | 0 | 1101 | 11111011 | 1001000 | 110111 |
Color Harmonies of #5739DF
Complementary color
Monochromatic Colors of #5739DF
Black with #5739DF
Text Example
Text Example
White with #5739DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5739DF; }
p { color: rgb(87,57,223); }
H1.HeaderClassName
{
color: #5739DF;
}
.AnyTagClassName
{
color: #5739DF;
}
</style>
background-color css
<style>
a { background-color: #5739DF; }
a { background-color: rgb(87,57,223); }
div.DivClassName
{
background-color: #5739DF;
}
.BgClassName
{
background-color: #5739DF;
}
</style>
border-color css
<style>
span { border-color: #5739DF; }
span { border-color: rgb(87,57,223); }
td.TdClassName
{
border-color: #5739DF;
}
.TagClassName
{
border-color: #5739DF;
}
</style>