Shades of Purple Heart #5705BC
Tints of Purple Heart #5705BC
RGB
CMYK
RGB Variations
Color information
#5705BC (or 0x5705BC) is known color: Purple Heart. HEX triplet: 57, 05 and BC. RGB value is (87,5,188). Sum of RGB (Red+Green+Blue) = 87+5+188=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #5705BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5705BC is #A8FA43. Grayscale: #313131. Windows color (decimal): -11074116 or 12322135. OLE color: 12322135.
HSL color Cylindrical-coordinate representation of color #5705BC: hue angle of 266.89º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5705BC is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 5 | 188 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.26 |
| HSL | 266.89º | 0.95% | 0.38% | - |
| HSV(B) | 266.89º | 0.97% | 0.74% | - |
| XYZ | 13.06 | 5.77 | 48 | - |
| YUV | 50.38 | 205.67 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 188 | 0.54 | 0.97 | 0 | 0.26 | 266.89 | 0.95 | 0.38 |
| Hex | 57 | 5 | BC | 36 | 61 | 0 | 1A | 10B | 5F | 26 |
| Octal | 127 | 5 | 274 | 66 | 141 | 0 | 32 | 413 | 137 | 46 |
| Binary | 1010111 | 101 | 10111100 | 110110 | 1100001 | 0 | 11010 | 100001011 | 1011111 | 100110 |
Color Harmonies of #5705BC
Complementary color
Monochromatic Colors of #5705BC
Black with #5705BC
Text Example
Text Example
White with #5705BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5705BC; }
p { color: rgb(87,5,188); }
H1.HeaderClassName
{
color: #5705BC;
}
.AnyTagClassName
{
color: #5705BC;
}
</style>
background-color css
<style>
a { background-color: #5705BC; }
a { background-color: rgb(87,5,188); }
div.DivClassName
{
background-color: #5705BC;
}
.BgClassName
{
background-color: #5705BC;
}
</style>
border-color css
<style>
span { border-color: #5705BC; }
span { border-color: rgb(87,5,188); }
td.TdClassName
{
border-color: #5705BC;
}
.TagClassName
{
border-color: #5705BC;
}
</style>