Shades of Purple Heart #5710CB
Tints of Purple Heart #5710CB
RGB
CMYK
RGB Variations
Color information
#5710CB (or 0x5710CB) is known color: Purple Heart. HEX triplet: 57, 10 and CB. RGB value is (87,16,203). Sum of RGB (Red+Green+Blue) = 87+16+203=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #5710CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5710CB is #A8EF34. Grayscale: #393939. Windows color (decimal): -11071285 or 13307991. OLE color: 13307991.
HSL color Cylindrical-coordinate representation of color #5710CB: hue angle of 262.78º 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 #5710CB is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 16 | 203 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.20 |
| HSL | 262.78º | 0.85% | 0.43% | - |
| HSV(B) | 262.78º | 0.92% | 0.8% | - |
| XYZ | 14.9 | 6.71 | 57.01 | - |
| YUV | 58.55 | 209.52 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 203 | 0.57 | 0.92 | 0 | 0.20 | 262.78 | 0.85 | 0.43 |
| Hex | 57 | 10 | CB | 39 | 5C | 0 | 14 | 107 | 55 | 2B |
| Octal | 127 | 20 | 313 | 71 | 134 | 0 | 24 | 407 | 125 | 53 |
| Binary | 1010111 | 10000 | 11001011 | 111001 | 1011100 | 0 | 10100 | 100000111 | 1010101 | 101011 |
Color Harmonies of #5710CB
Complementary color
Monochromatic Colors of #5710CB
Black with #5710CB
Text Example
Text Example
White with #5710CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5710CB; }
p { color: rgb(87,16,203); }
H1.HeaderClassName
{
color: #5710CB;
}
.AnyTagClassName
{
color: #5710CB;
}
</style>
background-color css
<style>
a { background-color: #5710CB; }
a { background-color: rgb(87,16,203); }
div.DivClassName
{
background-color: #5710CB;
}
.BgClassName
{
background-color: #5710CB;
}
</style>
border-color css
<style>
span { border-color: #5710CB; }
span { border-color: rgb(87,16,203); }
td.TdClassName
{
border-color: #5710CB;
}
.TagClassName
{
border-color: #5710CB;
}
</style>