Shades of Purple Heart #710BB0
Tints of Purple Heart #710BB0
RGB
CMYK
RGB Variations
Color information
#710BB0 (or 0x710BB0) is known color: Purple Heart. HEX triplet: 71, 0B and B0. RGB value is (113,11,176). Sum of RGB (Red+Green+Blue) = 113+11+176=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 176 (69.14% from 255 or 58.67% from 300); Max value from RGB is 176 - color contains mainly: blue. Hex color #710BB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710BB0 is #8EF44F. Grayscale: #3B3B3B. Windows color (decimal): -9368656 or 11537265. OLE color: 11537265.
HSL color Cylindrical-coordinate representation of color #710BB0: hue angle of 277.09º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710BB0 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 11 | 176 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.31 |
| HSL | 277.09º | 0.88% | 0.37% | - |
| HSV(B) | 277.09º | 0.94% | 0.69% | - |
| XYZ | 14.77 | 6.88 | 41.62 | - |
| YUV | 60.31 | 193.29 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 176 | 0.36 | 0.94 | 0 | 0.31 | 277.09 | 0.88 | 0.37 |
| Hex | 71 | B | B0 | 24 | 5E | 0 | 1F | 115 | 58 | 25 |
| Octal | 161 | 13 | 260 | 44 | 136 | 0 | 37 | 425 | 130 | 45 |
| Binary | 1110001 | 1011 | 10110000 | 100100 | 1011110 | 0 | 11111 | 100010101 | 1011000 | 100101 |
Color Harmonies of #710BB0
Complementary color
Monochromatic Colors of #710BB0
Black with #710BB0
Text Example
Text Example
White with #710BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710BB0; }
p { color: rgb(113,11,176); }
H1.HeaderClassName
{
color: #710BB0;
}
.AnyTagClassName
{
color: #710BB0;
}
</style>
background-color css
<style>
a { background-color: #710BB0; }
a { background-color: rgb(113,11,176); }
div.DivClassName
{
background-color: #710BB0;
}
.BgClassName
{
background-color: #710BB0;
}
</style>
border-color css
<style>
span { border-color: #710BB0; }
span { border-color: rgb(113,11,176); }
td.TdClassName
{
border-color: #710BB0;
}
.TagClassName
{
border-color: #710BB0;
}
</style>