Shades of Purple Heart #710BC4
Tints of Purple Heart #710BC4
RGB
CMYK
RGB Variations
Color information
#710BC4 (or 0x710BC4) is known color: Purple Heart. HEX triplet: 71, 0B and C4. RGB value is (113,11,196). Sum of RGB (Red+Green+Blue) = 113+11+196=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 196 (76.95% from 255 or 61.25% from 320); Max value from RGB is 196 - color contains mainly: blue. Hex color #710BC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710BC4 is #8EF43B. Grayscale: #3D3D3D. Windows color (decimal): -9368636 or 12847985. OLE color: 12847985.
HSL color Cylindrical-coordinate representation of color #710BC4: hue angle of 273.08º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710BC4 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 11 | 196 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.23 |
| HSL | 273.08º | 0.89% | 0.41% | - |
| HSV(B) | 273.08º | 0.94% | 0.77% | - |
| XYZ | 16.89 | 7.74 | 52.83 | - |
| YUV | 62.59 | 203.29 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 196 | 0.42 | 0.94 | 0 | 0.23 | 273.08 | 0.89 | 0.41 |
| Hex | 71 | B | C4 | 2A | 5E | 0 | 17 | 111 | 59 | 29 |
| Octal | 161 | 13 | 304 | 52 | 136 | 0 | 27 | 421 | 131 | 51 |
| Binary | 1110001 | 1011 | 11000100 | 101010 | 1011110 | 0 | 10111 | 100010001 | 1011001 | 101001 |
Color Harmonies of #710BC4
Complementary color
Monochromatic Colors of #710BC4
Black with #710BC4
Text Example
Text Example
White with #710BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710BC4; }
p { color: rgb(113,11,196); }
H1.HeaderClassName
{
color: #710BC4;
}
.AnyTagClassName
{
color: #710BC4;
}
</style>
background-color css
<style>
a { background-color: #710BC4; }
a { background-color: rgb(113,11,196); }
div.DivClassName
{
background-color: #710BC4;
}
.BgClassName
{
background-color: #710BC4;
}
</style>
border-color css
<style>
span { border-color: #710BC4; }
span { border-color: rgb(113,11,196); }
td.TdClassName
{
border-color: #710BC4;
}
.TagClassName
{
border-color: #710BC4;
}
</style>