Shades of Purple Heart #5710CC
Tints of Purple Heart #5710CC
RGB
CMYK
RGB Variations
Color information
#5710CC (or 0x5710CC) is known color: Purple Heart. HEX triplet: 57, 10 and CC. RGB value is (87,16,204). Sum of RGB (Red+Green+Blue) = 87+16+204=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #5710CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5710CC is #A8EF33. Grayscale: #393939. Windows color (decimal): -11071284 or 13373527. OLE color: 13373527.
HSL color Cylindrical-coordinate representation of color #5710CC: hue angle of 262.66º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5710CC is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 16 | 204 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.2 |
| HSL | 262.66º | 0.85% | 0.43% | - |
| HSV(B) | 262.66º | 0.92% | 0.8% | - |
| XYZ | 15.01 | 6.76 | 57.64 | - |
| YUV | 58.66 | 210.02 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 204 | 0.57 | 0.92 | 0 | 0.2 | 262.66 | 0.85 | 0.43 |
| Hex | 57 | 10 | CC | 39 | 5C | 0 | 14 | 107 | 55 | 2B |
| Octal | 127 | 20 | 314 | 71 | 134 | 0 | 24 | 407 | 125 | 53 |
| Binary | 1010111 | 10000 | 11001100 | 111001 | 1011100 | 0 | 10100 | 100000111 | 1010101 | 101011 |
Color Harmonies of #5710CC
Complementary color
Monochromatic Colors of #5710CC
Black with #5710CC
Text Example
Text Example
White with #5710CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5710CC; }
p { color: rgb(87,16,204); }
H1.HeaderClassName
{
color: #5710CC;
}
.AnyTagClassName
{
color: #5710CC;
}
</style>
background-color css
<style>
a { background-color: #5710CC; }
a { background-color: rgb(87,16,204); }
div.DivClassName
{
background-color: #5710CC;
}
.BgClassName
{
background-color: #5710CC;
}
</style>
border-color css
<style>
span { border-color: #5710CC; }
span { border-color: rgb(87,16,204); }
td.TdClassName
{
border-color: #5710CC;
}
.TagClassName
{
border-color: #5710CC;
}
</style>