Shades of Purple Heart #5710BB
Tints of Purple Heart #5710BB
RGB
CMYK
RGB Variations
Color information
#5710BB (or 0x5710BB) is known color: Purple Heart. HEX triplet: 57, 10 and BB. RGB value is (87,16,187). Sum of RGB (Red+Green+Blue) = 87+16+187=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #5710BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5710BB is #A8EF44. Grayscale: #383838. Windows color (decimal): -11071301 or 12259415. OLE color: 12259415.
HSL color Cylindrical-coordinate representation of color #5710BB: hue angle of 264.91º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5710BB is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 16 | 187 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.27 |
| HSL | 264.91º | 0.84% | 0.4% | - |
| HSV(B) | 264.91º | 0.91% | 0.73% | - |
| XYZ | 13.09 | 5.98 | 47.48 | - |
| YUV | 56.72 | 201.52 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 187 | 0.53 | 0.91 | 0 | 0.27 | 264.91 | 0.84 | 0.4 |
| Hex | 57 | 10 | BB | 35 | 5B | 0 | 1B | 109 | 54 | 28 |
| Octal | 127 | 20 | 273 | 65 | 133 | 0 | 33 | 411 | 124 | 50 |
| Binary | 1010111 | 10000 | 10111011 | 110101 | 1011011 | 0 | 11011 | 100001001 | 1010100 | 101000 |
Color Harmonies of #5710BB
Complementary color
Monochromatic Colors of #5710BB
Black with #5710BB
Text Example
Text Example
White with #5710BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5710BB; }
p { color: rgb(87,16,187); }
H1.HeaderClassName
{
color: #5710BB;
}
.AnyTagClassName
{
color: #5710BB;
}
</style>
background-color css
<style>
a { background-color: #5710BB; }
a { background-color: rgb(87,16,187); }
div.DivClassName
{
background-color: #5710BB;
}
.BgClassName
{
background-color: #5710BB;
}
</style>
border-color css
<style>
span { border-color: #5710BB; }
span { border-color: rgb(87,16,187); }
td.TdClassName
{
border-color: #5710BB;
}
.TagClassName
{
border-color: #5710BB;
}
</style>