Shades of Purple Heart #710BBB
Tints of Purple Heart #710BBB
RGB
CMYK
RGB Variations
Color information
#710BBB (or 0x710BBB) is known color: Purple Heart. HEX triplet: 71, 0B and BB. RGB value is (113,11,187). Sum of RGB (Red+Green+Blue) = 113+11+187=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #710BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710BBB is #8EF444. Grayscale: #3C3C3C. Windows color (decimal): -9368645 or 12258161. OLE color: 12258161.
HSL color Cylindrical-coordinate representation of color #710BBB: hue angle of 274.77º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710BBB is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 11 | 187 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.27 |
| HSL | 274.77º | 0.89% | 0.39% | - |
| HSV(B) | 274.77º | 0.94% | 0.73% | - |
| XYZ | 15.9 | 7.34 | 47.59 | - |
| YUV | 61.56 | 198.79 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 187 | 0.40 | 0.94 | 0 | 0.27 | 274.77 | 0.89 | 0.39 |
| Hex | 71 | B | BB | 28 | 5E | 0 | 1B | 113 | 59 | 27 |
| Octal | 161 | 13 | 273 | 50 | 136 | 0 | 33 | 423 | 131 | 47 |
| Binary | 1110001 | 1011 | 10111011 | 101000 | 1011110 | 0 | 11011 | 100010011 | 1011001 | 100111 |
Color Harmonies of #710BBB
Complementary color
Monochromatic Colors of #710BBB
Black with #710BBB
Text Example
Text Example
White with #710BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710BBB; }
p { color: rgb(113,11,187); }
H1.HeaderClassName
{
color: #710BBB;
}
.AnyTagClassName
{
color: #710BBB;
}
</style>
background-color css
<style>
a { background-color: #710BBB; }
a { background-color: rgb(113,11,187); }
div.DivClassName
{
background-color: #710BBB;
}
.BgClassName
{
background-color: #710BBB;
}
</style>
border-color css
<style>
span { border-color: #710BBB; }
span { border-color: rgb(113,11,187); }
td.TdClassName
{
border-color: #710BBB;
}
.TagClassName
{
border-color: #710BBB;
}
</style>