Shades of Purple Heart #5729D0
Tints of Purple Heart #5729D0
RGB
CMYK
RGB Variations
Color information
#5729D0 (or 0x5729D0) is known color: Purple Heart. HEX triplet: 57, 29 and D0. RGB value is (87,41,208). Sum of RGB (Red+Green+Blue) = 87+41+208=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 208 (81.64% from 255 or 61.90% from 336); Max value from RGB is 208 - color contains mainly: blue. Hex color #5729D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5729D0 is #A8D62F. Grayscale: #494949. Windows color (decimal): -11064880 or 13642071. OLE color: 13642071.
HSL color Cylindrical-coordinate representation of color #5729D0: hue angle of 256.53º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5729D0 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 41 | 208 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.18 |
| HSL | 256.53º | 0.67% | 0.49% | - |
| HSV(B) | 256.53º | 0.8% | 0.82% | - |
| XYZ | 16.11 | 8.17 | 60.4 | - |
| YUV | 73.79 | 203.74 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 208 | 0.58 | 0.80 | 0 | 0.18 | 256.53 | 0.67 | 0.49 |
| Hex | 57 | 29 | D0 | 3A | 50 | 0 | 12 | 101 | 43 | 31 |
| Octal | 127 | 51 | 320 | 72 | 120 | 0 | 22 | 401 | 103 | 61 |
| Binary | 1010111 | 101001 | 11010000 | 111010 | 1010000 | 0 | 10010 | 100000001 | 1000011 | 110001 |
Color Harmonies of #5729D0
Complementary color
Monochromatic Colors of #5729D0
Black with #5729D0
Text Example
Text Example
White with #5729D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5729D0; }
p { color: rgb(87,41,208); }
H1.HeaderClassName
{
color: #5729D0;
}
.AnyTagClassName
{
color: #5729D0;
}
</style>
background-color css
<style>
a { background-color: #5729D0; }
a { background-color: rgb(87,41,208); }
div.DivClassName
{
background-color: #5729D0;
}
.BgClassName
{
background-color: #5729D0;
}
</style>
border-color css
<style>
span { border-color: #5729D0; }
span { border-color: rgb(87,41,208); }
td.TdClassName
{
border-color: #5729D0;
}
.TagClassName
{
border-color: #5729D0;
}
</style>