Shades of Purple Heart #5708BC
Tints of Purple Heart #5708BC
RGB
CMYK
RGB Variations
Color information
#5708BC (or 0x5708BC) is known color: Purple Heart. HEX triplet: 57, 08 and BC. RGB value is (87,8,188). Sum of RGB (Red+Green+Blue) = 87+8+188=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #5708BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5708BC is #A8F743. Grayscale: #333333. Windows color (decimal): -11073348 or 12322903. OLE color: 12322903.
HSL color Cylindrical-coordinate representation of color #5708BC: hue angle of 266.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5708BC is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 8 | 188 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.26 |
| HSL | 266.33º | 0.92% | 0.38% | - |
| HSV(B) | 266.33º | 0.96% | 0.74% | - |
| XYZ | 13.09 | 5.83 | 48.01 | - |
| YUV | 52.14 | 204.67 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 188 | 0.54 | 0.96 | 0 | 0.26 | 266.33 | 0.92 | 0.38 |
| Hex | 57 | 8 | BC | 36 | 60 | 0 | 1A | 10A | 5C | 26 |
| Octal | 127 | 10 | 274 | 66 | 140 | 0 | 32 | 412 | 134 | 46 |
| Binary | 1010111 | 1000 | 10111100 | 110110 | 1100000 | 0 | 11010 | 100001010 | 1011100 | 100110 |
Color Harmonies of #5708BC
Complementary color
Monochromatic Colors of #5708BC
Black with #5708BC
Text Example
Text Example
White with #5708BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5708BC; }
p { color: rgb(87,8,188); }
H1.HeaderClassName
{
color: #5708BC;
}
.AnyTagClassName
{
color: #5708BC;
}
</style>
background-color css
<style>
a { background-color: #5708BC; }
a { background-color: rgb(87,8,188); }
div.DivClassName
{
background-color: #5708BC;
}
.BgClassName
{
background-color: #5708BC;
}
</style>
border-color css
<style>
span { border-color: #5708BC; }
span { border-color: rgb(87,8,188); }
td.TdClassName
{
border-color: #5708BC;
}
.TagClassName
{
border-color: #5708BC;
}
</style>