Shades of Purple Heart #710CBF
Tints of Purple Heart #710CBF
RGB
CMYK
RGB Variations
Color information
#710CBF (or 0x710CBF) is known color: Purple Heart. HEX triplet: 71, 0C and BF. RGB value is (113,12,191). Sum of RGB (Red+Green+Blue) = 113+12+191=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #710CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710CBF is #8EF340. Grayscale: #3D3D3D. Windows color (decimal): -9368385 or 12520561. OLE color: 12520561.
HSL color Cylindrical-coordinate representation of color #710CBF: hue angle of 273.85º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710CBF is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 12 | 191 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.25 |
| HSL | 273.85º | 0.88% | 0.4% | - |
| HSV(B) | 273.85º | 0.94% | 0.75% | - |
| XYZ | 16.35 | 7.54 | 49.88 | - |
| YUV | 62.61 | 200.46 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 191 | 0.41 | 0.94 | 0 | 0.25 | 273.85 | 0.88 | 0.4 |
| Hex | 71 | C | BF | 29 | 5E | 0 | 19 | 112 | 58 | 28 |
| Octal | 161 | 14 | 277 | 51 | 136 | 0 | 31 | 422 | 130 | 50 |
| Binary | 1110001 | 1100 | 10111111 | 101001 | 1011110 | 0 | 11001 | 100010010 | 1011000 | 101000 |
Color Harmonies of #710CBF
Complementary color
Monochromatic Colors of #710CBF
Black with #710CBF
Text Example
Text Example
White with #710CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710CBF; }
p { color: rgb(113,12,191); }
H1.HeaderClassName
{
color: #710CBF;
}
.AnyTagClassName
{
color: #710CBF;
}
</style>
background-color css
<style>
a { background-color: #710CBF; }
a { background-color: rgb(113,12,191); }
div.DivClassName
{
background-color: #710CBF;
}
.BgClassName
{
background-color: #710CBF;
}
</style>
border-color css
<style>
span { border-color: #710CBF; }
span { border-color: rgb(113,12,191); }
td.TdClassName
{
border-color: #710CBF;
}
.TagClassName
{
border-color: #710CBF;
}
</style>