Shades of Purple Heart #7116CF
Tints of Purple Heart #7116CF
RGB
CMYK
RGB Variations
Color information
#7116CF (or 0x7116CF) is known color: Purple Heart. HEX triplet: 71, 16 and CF. RGB value is (113,22,207). Sum of RGB (Red+Green+Blue) = 113+22+207=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #7116CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7116CF is #8EE930. Grayscale: #454545. Windows color (decimal): -9365809 or 13571697. OLE color: 13571697.
HSL color Cylindrical-coordinate representation of color #7116CF: hue angle of 269.51º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7116CF is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 22 | 207 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.19 |
| HSL | 269.51º | 0.81% | 0.45% | - |
| HSV(B) | 269.51º | 0.89% | 0.81% | - |
| XYZ | 18.36 | 8.59 | 59.72 | - |
| YUV | 70.3 | 205.15 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 207 | 0.45 | 0.89 | 0 | 0.19 | 269.51 | 0.81 | 0.45 |
| Hex | 71 | 16 | CF | 2D | 59 | 0 | 13 | 10E | 51 | 2D |
| Octal | 161 | 26 | 317 | 55 | 131 | 0 | 23 | 416 | 121 | 55 |
| Binary | 1110001 | 10110 | 11001111 | 101101 | 1011001 | 0 | 10011 | 100001110 | 1010001 | 101101 |
Color Harmonies of #7116CF
Complementary color
Monochromatic Colors of #7116CF
Black with #7116CF
Text Example
Text Example
White with #7116CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7116CF; }
p { color: rgb(113,22,207); }
H1.HeaderClassName
{
color: #7116CF;
}
.AnyTagClassName
{
color: #7116CF;
}
</style>
background-color css
<style>
a { background-color: #7116CF; }
a { background-color: rgb(113,22,207); }
div.DivClassName
{
background-color: #7116CF;
}
.BgClassName
{
background-color: #7116CF;
}
</style>
border-color css
<style>
span { border-color: #7116CF; }
span { border-color: rgb(113,22,207); }
td.TdClassName
{
border-color: #7116CF;
}
.TagClassName
{
border-color: #7116CF;
}
</style>