Shades of Purple Heart #5708D0
Tints of Purple Heart #5708D0
RGB
CMYK
RGB Variations
Color information
#5708D0 (or 0x5708D0) is known color: Purple Heart. HEX triplet: 57, 08 and D0. RGB value is (87,8,208). Sum of RGB (Red+Green+Blue) = 87+8+208=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 208 (81.64% from 255 or 68.65% from 303); Max value from RGB is 208 - color contains mainly: blue. Hex color #5708D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5708D0 is #A8F72F. Grayscale: #353535. Windows color (decimal): -11073328 or 13633623. OLE color: 13633623.
HSL color Cylindrical-coordinate representation of color #5708D0: hue angle of 263.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5708D0 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 8 | 208 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.18 |
| HSL | 263.7º | 0.93% | 0.42% | - |
| HSV(B) | 263.7º | 0.96% | 0.82% | - |
| XYZ | 15.4 | 6.75 | 60.17 | - |
| YUV | 54.42 | 214.67 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 208 | 0.58 | 0.96 | 0 | 0.18 | 263.7 | 0.93 | 0.42 |
| Hex | 57 | 8 | D0 | 3A | 60 | 0 | 12 | 108 | 5D | 2A |
| Octal | 127 | 10 | 320 | 72 | 140 | 0 | 22 | 410 | 135 | 52 |
| Binary | 1010111 | 1000 | 11010000 | 111010 | 1100000 | 0 | 10010 | 100001000 | 1011101 | 101010 |
Color Harmonies of #5708D0
Complementary color
Monochromatic Colors of #5708D0
Black with #5708D0
Text Example
Text Example
White with #5708D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5708D0; }
p { color: rgb(87,8,208); }
H1.HeaderClassName
{
color: #5708D0;
}
.AnyTagClassName
{
color: #5708D0;
}
</style>
background-color css
<style>
a { background-color: #5708D0; }
a { background-color: rgb(87,8,208); }
div.DivClassName
{
background-color: #5708D0;
}
.BgClassName
{
background-color: #5708D0;
}
</style>
border-color css
<style>
span { border-color: #5708D0; }
span { border-color: rgb(87,8,208); }
td.TdClassName
{
border-color: #5708D0;
}
.TagClassName
{
border-color: #5708D0;
}
</style>