Shades of Purple Heart #710CBD
Tints of Purple Heart #710CBD
RGB
CMYK
RGB Variations
Color information
#710CBD (or 0x710CBD) is known color: Purple Heart. HEX triplet: 71, 0C and BD. RGB value is (113,12,189). Sum of RGB (Red+Green+Blue) = 113+12+189=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #710CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710CBD is #8EF342. Grayscale: #3D3D3D. Windows color (decimal): -9368387 or 12389489. OLE color: 12389489.
HSL color Cylindrical-coordinate representation of color #710CBD: hue angle of 274.24º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710CBD is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 12 | 189 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.26 |
| HSL | 274.24º | 0.88% | 0.39% | - |
| HSV(B) | 274.24º | 0.94% | 0.74% | - |
| XYZ | 16.13 | 7.45 | 48.73 | - |
| YUV | 62.38 | 199.46 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 189 | 0.40 | 0.94 | 0 | 0.26 | 274.24 | 0.88 | 0.39 |
| Hex | 71 | C | BD | 28 | 5E | 0 | 1A | 112 | 58 | 27 |
| Octal | 161 | 14 | 275 | 50 | 136 | 0 | 32 | 422 | 130 | 47 |
| Binary | 1110001 | 1100 | 10111101 | 101000 | 1011110 | 0 | 11010 | 100010010 | 1011000 | 100111 |
Color Harmonies of #710CBD
Complementary color
Monochromatic Colors of #710CBD
Black with #710CBD
Text Example
Text Example
White with #710CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710CBD; }
p { color: rgb(113,12,189); }
H1.HeaderClassName
{
color: #710CBD;
}
.AnyTagClassName
{
color: #710CBD;
}
</style>
background-color css
<style>
a { background-color: #710CBD; }
a { background-color: rgb(113,12,189); }
div.DivClassName
{
background-color: #710CBD;
}
.BgClassName
{
background-color: #710CBD;
}
</style>
border-color css
<style>
span { border-color: #710CBD; }
span { border-color: rgb(113,12,189); }
td.TdClassName
{
border-color: #710CBD;
}
.TagClassName
{
border-color: #710CBD;
}
</style>