Shades of Purple Heart #5709CE
Tints of Purple Heart #5709CE
RGB
CMYK
RGB Variations
Color information
#5709CE (or 0x5709CE) is known color: Purple Heart. HEX triplet: 57, 09 and CE. RGB value is (87,9,206). Sum of RGB (Red+Green+Blue) = 87+9+206=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #5709CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5709CE is #A8F631. Grayscale: #363636. Windows color (decimal): -11073074 or 13502807. OLE color: 13502807.
HSL color Cylindrical-coordinate representation of color #5709CE: hue angle of 263.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5709CE is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 9 | 206 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.19 |
| HSL | 263.76º | 0.92% | 0.42% | - |
| HSV(B) | 263.76º | 0.96% | 0.81% | - |
| XYZ | 15.17 | 6.68 | 58.88 | - |
| YUV | 54.78 | 213.34 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 206 | 0.58 | 0.96 | 0 | 0.19 | 263.76 | 0.92 | 0.42 |
| Hex | 57 | 9 | CE | 3A | 60 | 0 | 13 | 108 | 5C | 2A |
| Octal | 127 | 11 | 316 | 72 | 140 | 0 | 23 | 410 | 134 | 52 |
| Binary | 1010111 | 1001 | 11001110 | 111010 | 1100000 | 0 | 10011 | 100001000 | 1011100 | 101010 |
Color Harmonies of #5709CE
Complementary color
Monochromatic Colors of #5709CE
Black with #5709CE
Text Example
Text Example
White with #5709CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5709CE; }
p { color: rgb(87,9,206); }
H1.HeaderClassName
{
color: #5709CE;
}
.AnyTagClassName
{
color: #5709CE;
}
</style>
background-color css
<style>
a { background-color: #5709CE; }
a { background-color: rgb(87,9,206); }
div.DivClassName
{
background-color: #5709CE;
}
.BgClassName
{
background-color: #5709CE;
}
</style>
border-color css
<style>
span { border-color: #5709CE; }
span { border-color: rgb(87,9,206); }
td.TdClassName
{
border-color: #5709CE;
}
.TagClassName
{
border-color: #5709CE;
}
</style>