Shades of Purple Heart #5708B9
Tints of Purple Heart #5708B9
RGB
CMYK
RGB Variations
Color information
#5708B9 (or 0x5708B9) is known color: Purple Heart. HEX triplet: 57, 08 and B9. RGB value is (87,8,185). Sum of RGB (Red+Green+Blue) = 87+8+185=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 185 (72.66% from 255 or 66.07% from 280); Max value from RGB is 185 - color contains mainly: blue. Hex color #5708B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5708B9 is #A8F746. Grayscale: #333333. Windows color (decimal): -11073351 or 12126295. OLE color: 12126295.
HSL color Cylindrical-coordinate representation of color #5708B9: hue angle of 266.78º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5708B9 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 8 | 185 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.27 |
| HSL | 266.78º | 0.92% | 0.38% | - |
| HSV(B) | 266.78º | 0.96% | 0.73% | - |
| XYZ | 12.77 | 5.7 | 46.33 | - |
| YUV | 51.8 | 203.17 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 185 | 0.53 | 0.96 | 0 | 0.27 | 266.78 | 0.92 | 0.38 |
| Hex | 57 | 8 | B9 | 35 | 60 | 0 | 1B | 10B | 5C | 26 |
| Octal | 127 | 10 | 271 | 65 | 140 | 0 | 33 | 413 | 134 | 46 |
| Binary | 1010111 | 1000 | 10111001 | 110101 | 1100000 | 0 | 11011 | 100001011 | 1011100 | 100110 |
Color Harmonies of #5708B9
Complementary color
Monochromatic Colors of #5708B9
Black with #5708B9
Text Example
Text Example
White with #5708B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5708B9; }
p { color: rgb(87,8,185); }
H1.HeaderClassName
{
color: #5708B9;
}
.AnyTagClassName
{
color: #5708B9;
}
</style>
background-color css
<style>
a { background-color: #5708B9; }
a { background-color: rgb(87,8,185); }
div.DivClassName
{
background-color: #5708B9;
}
.BgClassName
{
background-color: #5708B9;
}
</style>
border-color css
<style>
span { border-color: #5708B9; }
span { border-color: rgb(87,8,185); }
td.TdClassName
{
border-color: #5708B9;
}
.TagClassName
{
border-color: #5708B9;
}
</style>