Shades of Purple Heart #5709BC
Tints of Purple Heart #5709BC
RGB
CMYK
RGB Variations
Color information
#5709BC (or 0x5709BC) is known color: Purple Heart. HEX triplet: 57, 09 and BC. RGB value is (87,9,188). Sum of RGB (Red+Green+Blue) = 87+9+188=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #5709BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5709BC is #A8F643. Grayscale: #343434. Windows color (decimal): -11073092 or 12323159. OLE color: 12323159.
HSL color Cylindrical-coordinate representation of color #5709BC: hue angle of 266.15º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5709BC is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 9 | 188 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.26 |
| HSL | 266.15º | 0.91% | 0.39% | - |
| HSV(B) | 266.15º | 0.95% | 0.74% | - |
| XYZ | 13.11 | 5.85 | 48.02 | - |
| YUV | 52.73 | 204.34 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 188 | 0.54 | 0.95 | 0 | 0.26 | 266.15 | 0.91 | 0.39 |
| Hex | 57 | 9 | BC | 36 | 5F | 0 | 1A | 10A | 5B | 27 |
| Octal | 127 | 11 | 274 | 66 | 137 | 0 | 32 | 412 | 133 | 47 |
| Binary | 1010111 | 1001 | 10111100 | 110110 | 1011111 | 0 | 11010 | 100001010 | 1011011 | 100111 |
Color Harmonies of #5709BC
Complementary color
Monochromatic Colors of #5709BC
Black with #5709BC
Text Example
Text Example
White with #5709BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5709BC; }
p { color: rgb(87,9,188); }
H1.HeaderClassName
{
color: #5709BC;
}
.AnyTagClassName
{
color: #5709BC;
}
</style>
background-color css
<style>
a { background-color: #5709BC; }
a { background-color: rgb(87,9,188); }
div.DivClassName
{
background-color: #5709BC;
}
.BgClassName
{
background-color: #5709BC;
}
</style>
border-color css
<style>
span { border-color: #5709BC; }
span { border-color: rgb(87,9,188); }
td.TdClassName
{
border-color: #5709BC;
}
.TagClassName
{
border-color: #5709BC;
}
</style>