Shades of Purple Heart #710CBE
Tints of Purple Heart #710CBE
RGB
CMYK
RGB Variations
Color information
#710CBE (or 0x710CBE) is known color: Purple Heart. HEX triplet: 71, 0C and BE. RGB value is (113,12,190). Sum of RGB (Red+Green+Blue) = 113+12+190=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #710CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710CBE is #8EF341. Grayscale: #3D3D3D. Windows color (decimal): -9368386 or 12455025. OLE color: 12455025.
HSL color Cylindrical-coordinate representation of color #710CBE: hue angle of 274.04º 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 #710CBE is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 12 | 190 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.25 |
| HSL | 274.05º | 0.88% | 0.4% | - |
| HSV(B) | 274.05º | 0.94% | 0.75% | - |
| XYZ | 16.24 | 7.49 | 49.31 | - |
| YUV | 62.49 | 199.96 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 190 | 0.41 | 0.94 | 0 | 0.25 | 274.05 | 0.88 | 0.4 |
| Hex | 71 | C | BE | 29 | 5E | 0 | 19 | 112 | 58 | 28 |
| Octal | 161 | 14 | 276 | 51 | 136 | 0 | 31 | 422 | 130 | 50 |
| Binary | 1110001 | 1100 | 10111110 | 101001 | 1011110 | 0 | 11001 | 100010010 | 1011000 | 101000 |
Color Harmonies of #710CBE
Complementary color
Monochromatic Colors of #710CBE
Black with #710CBE
Text Example
Text Example
White with #710CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710CBE; }
p { color: rgb(113,12,190); }
H1.HeaderClassName
{
color: #710CBE;
}
.AnyTagClassName
{
color: #710CBE;
}
</style>
background-color css
<style>
a { background-color: #710CBE; }
a { background-color: rgb(113,12,190); }
div.DivClassName
{
background-color: #710CBE;
}
.BgClassName
{
background-color: #710CBE;
}
</style>
border-color css
<style>
span { border-color: #710CBE; }
span { border-color: rgb(113,12,190); }
td.TdClassName
{
border-color: #710CBE;
}
.TagClassName
{
border-color: #710CBE;
}
</style>