Shades of Purple Heart #5705CA
Tints of Purple Heart #5705CA
RGB
CMYK
RGB Variations
Color information
#5705CA (or 0x5705CA) is known color: Purple Heart. HEX triplet: 57, 05 and CA. RGB value is (87,5,202). Sum of RGB (Red+Green+Blue) = 87+5+202=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #5705CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5705CA is #A8FA35. Grayscale: #333333. Windows color (decimal): -11074102 or 13239639. OLE color: 13239639.
HSL color Cylindrical-coordinate representation of color #5705CA: hue angle of 264.97º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5705CA is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 5 | 202 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.21 |
| HSL | 264.97º | 0.95% | 0.41% | - |
| HSV(B) | 264.97º | 0.98% | 0.79% | - |
| XYZ | 14.65 | 6.4 | 56.34 | - |
| YUV | 51.98 | 212.67 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 202 | 0.57 | 0.98 | 0 | 0.21 | 264.97 | 0.95 | 0.41 |
| Hex | 57 | 5 | CA | 39 | 62 | 0 | 15 | 109 | 5F | 29 |
| Octal | 127 | 5 | 312 | 71 | 142 | 0 | 25 | 411 | 137 | 51 |
| Binary | 1010111 | 101 | 11001010 | 111001 | 1100010 | 0 | 10101 | 100001001 | 1011111 | 101001 |
Color Harmonies of #5705CA
Complementary color
Monochromatic Colors of #5705CA
Black with #5705CA
Text Example
Text Example
White with #5705CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5705CA; }
p { color: rgb(87,5,202); }
H1.HeaderClassName
{
color: #5705CA;
}
.AnyTagClassName
{
color: #5705CA;
}
</style>
background-color css
<style>
a { background-color: #5705CA; }
a { background-color: rgb(87,5,202); }
div.DivClassName
{
background-color: #5705CA;
}
.BgClassName
{
background-color: #5705CA;
}
</style>
border-color css
<style>
span { border-color: #5705CA; }
span { border-color: rgb(87,5,202); }
td.TdClassName
{
border-color: #5705CA;
}
.TagClassName
{
border-color: #5705CA;
}
</style>