Shades of Purple Heart #7115D6
Tints of Purple Heart #7115D6
RGB
CMYK
RGB Variations
Color information
#7115D6 (or 0x7115D6) is known color: Purple Heart. HEX triplet: 71, 15 and D6. RGB value is (113,21,214). Sum of RGB (Red+Green+Blue) = 113+21+214=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 214 (83.98% from 255 or 61.49% from 348); Max value from RGB is 214 - color contains mainly: blue. Hex color #7115D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7115D6 is #8EEA29. Grayscale: #454545. Windows color (decimal): -9366058 or 14030193. OLE color: 14030193.
HSL color Cylindrical-coordinate representation of color #7115D6: hue angle of 268.6º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7115D6 is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 21 | 214 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.16 |
| HSL | 268.6º | 0.82% | 0.46% | - |
| HSV(B) | 268.6º | 0.9% | 0.84% | - |
| XYZ | 19.22 | 8.9 | 64.32 | - |
| YUV | 70.51 | 208.98 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 21 | 214 | 0.47 | 0.90 | 0 | 0.16 | 268.6 | 0.82 | 0.46 |
| Hex | 71 | 15 | D6 | 2F | 5A | 0 | 10 | 10D | 52 | 2E |
| Octal | 161 | 25 | 326 | 57 | 132 | 0 | 20 | 415 | 122 | 56 |
| Binary | 1110001 | 10101 | 11010110 | 101111 | 1011010 | 0 | 10000 | 100001101 | 1010010 | 101110 |
Color Harmonies of #7115D6
Complementary color
Monochromatic Colors of #7115D6
Black with #7115D6
Text Example
Text Example
White with #7115D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7115D6; }
p { color: rgb(113,21,214); }
H1.HeaderClassName
{
color: #7115D6;
}
.AnyTagClassName
{
color: #7115D6;
}
</style>
background-color css
<style>
a { background-color: #7115D6; }
a { background-color: rgb(113,21,214); }
div.DivClassName
{
background-color: #7115D6;
}
.BgClassName
{
background-color: #7115D6;
}
</style>
border-color css
<style>
span { border-color: #7115D6; }
span { border-color: rgb(113,21,214); }
td.TdClassName
{
border-color: #7115D6;
}
.TagClassName
{
border-color: #7115D6;
}
</style>