Shades of Purple Heart #5709CA
Tints of Purple Heart #5709CA
RGB
CMYK
RGB Variations
Color information
#5709CA (or 0x5709CA) is known color: Purple Heart. HEX triplet: 57, 09 and CA. RGB value is (87,9,202). Sum of RGB (Red+Green+Blue) = 87+9+202=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 202 (79.30% from 255 or 67.79% from 298); Max value from RGB is 202 - color contains mainly: blue. Hex color #5709CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5709CA is #A8F635. Grayscale: #353535. Windows color (decimal): -11073078 or 13240663. OLE color: 13240663.
HSL color Cylindrical-coordinate representation of color #5709CA: hue angle of 264.25º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5709CA is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 9 | 202 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.21 |
| HSL | 264.25º | 0.91% | 0.41% | - |
| HSV(B) | 264.25º | 0.96% | 0.79% | - |
| XYZ | 14.69 | 6.49 | 56.35 | - |
| YUV | 54.32 | 211.34 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 202 | 0.57 | 0.96 | 0 | 0.21 | 264.25 | 0.91 | 0.41 |
| Hex | 57 | 9 | CA | 39 | 60 | 0 | 15 | 108 | 5B | 29 |
| Octal | 127 | 11 | 312 | 71 | 140 | 0 | 25 | 410 | 133 | 51 |
| Binary | 1010111 | 1001 | 11001010 | 111001 | 1100000 | 0 | 10101 | 100001000 | 1011011 | 101001 |
Color Harmonies of #5709CA
Complementary color
Monochromatic Colors of #5709CA
Black with #5709CA
Text Example
Text Example
White with #5709CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5709CA; }
p { color: rgb(87,9,202); }
H1.HeaderClassName
{
color: #5709CA;
}
.AnyTagClassName
{
color: #5709CA;
}
</style>
background-color css
<style>
a { background-color: #5709CA; }
a { background-color: rgb(87,9,202); }
div.DivClassName
{
background-color: #5709CA;
}
.BgClassName
{
background-color: #5709CA;
}
</style>
border-color css
<style>
span { border-color: #5709CA; }
span { border-color: rgb(87,9,202); }
td.TdClassName
{
border-color: #5709CA;
}
.TagClassName
{
border-color: #5709CA;
}
</style>