Shades of Purple Heart #710BB4
Tints of Purple Heart #710BB4
RGB
CMYK
RGB Variations
Color information
#710BB4 (or 0x710BB4) is known color: Purple Heart. HEX triplet: 71, 0B and B4. RGB value is (113,11,180). Sum of RGB (Red+Green+Blue) = 113+11+180=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 180 (70.70% from 255 or 59.21% from 304); Max value from RGB is 180 - color contains mainly: blue. Hex color #710BB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710BB4 is #8EF44B. Grayscale: #3C3C3C. Windows color (decimal): -9368652 or 11799409. OLE color: 11799409.
HSL color Cylindrical-coordinate representation of color #710BB4: hue angle of 276.21º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710BB4 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 11 | 180 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.29 |
| HSL | 276.21º | 0.88% | 0.37% | - |
| HSV(B) | 276.21º | 0.94% | 0.71% | - |
| XYZ | 15.17 | 7.05 | 43.74 | - |
| YUV | 60.76 | 195.29 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 180 | 0.37 | 0.94 | 0 | 0.29 | 276.21 | 0.88 | 0.37 |
| Hex | 71 | B | B4 | 25 | 5E | 0 | 1D | 114 | 58 | 25 |
| Octal | 161 | 13 | 264 | 45 | 136 | 0 | 35 | 424 | 130 | 45 |
| Binary | 1110001 | 1011 | 10110100 | 100101 | 1011110 | 0 | 11101 | 100010100 | 1011000 | 100101 |
Color Harmonies of #710BB4
Complementary color
Monochromatic Colors of #710BB4
Black with #710BB4
Text Example
Text Example
White with #710BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710BB4; }
p { color: rgb(113,11,180); }
H1.HeaderClassName
{
color: #710BB4;
}
.AnyTagClassName
{
color: #710BB4;
}
</style>
background-color css
<style>
a { background-color: #710BB4; }
a { background-color: rgb(113,11,180); }
div.DivClassName
{
background-color: #710BB4;
}
.BgClassName
{
background-color: #710BB4;
}
</style>
border-color css
<style>
span { border-color: #710BB4; }
span { border-color: rgb(113,11,180); }
td.TdClassName
{
border-color: #710BB4;
}
.TagClassName
{
border-color: #710BB4;
}
</style>