Shades of Purple Heart #5707BC
Tints of Purple Heart #5707BC
RGB
CMYK
RGB Variations
Color information
#5707BC (or 0x5707BC) is known color: Purple Heart. HEX triplet: 57, 07 and BC. RGB value is (87,7,188). Sum of RGB (Red+Green+Blue) = 87+7+188=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #5707BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5707BC is #A8F843. Grayscale: #323232. Windows color (decimal): -11073604 or 12322647. OLE color: 12322647.
HSL color Cylindrical-coordinate representation of color #5707BC: hue angle of 266.52º degrees, saturation: 0.93, 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 #5707BC is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 7 | 188 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.26 |
| HSL | 266.52º | 0.93% | 0.38% | - |
| HSV(B) | 266.52º | 0.96% | 0.74% | - |
| XYZ | 13.08 | 5.81 | 48.01 | - |
| YUV | 51.55 | 205 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 188 | 0.54 | 0.96 | 0 | 0.26 | 266.52 | 0.93 | 0.38 |
| Hex | 57 | 7 | BC | 36 | 60 | 0 | 1A | 10B | 5D | 26 |
| Octal | 127 | 7 | 274 | 66 | 140 | 0 | 32 | 413 | 135 | 46 |
| Binary | 1010111 | 111 | 10111100 | 110110 | 1100000 | 0 | 11010 | 100001011 | 1011101 | 100110 |
Color Harmonies of #5707BC
Complementary color
Monochromatic Colors of #5707BC
Black with #5707BC
Text Example
Text Example
White with #5707BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5707BC; }
p { color: rgb(87,7,188); }
H1.HeaderClassName
{
color: #5707BC;
}
.AnyTagClassName
{
color: #5707BC;
}
</style>
background-color css
<style>
a { background-color: #5707BC; }
a { background-color: rgb(87,7,188); }
div.DivClassName
{
background-color: #5707BC;
}
.BgClassName
{
background-color: #5707BC;
}
</style>
border-color css
<style>
span { border-color: #5707BC; }
span { border-color: rgb(87,7,188); }
td.TdClassName
{
border-color: #5707BC;
}
.TagClassName
{
border-color: #5707BC;
}
</style>