Shades of Purple Heart #7117C6
Tints of Purple Heart #7117C6
RGB
CMYK
RGB Variations
Color information
#7117C6 (or 0x7117C6) is known color: Purple Heart. HEX triplet: 71, 17 and C6. RGB value is (113,23,198). Sum of RGB (Red+Green+Blue) = 113+23+198=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 198 (77.73% from 255 or 59.28% from 334); Max value from RGB is 198 - color contains mainly: blue. Hex color #7117C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7117C6 is #8EE839. Grayscale: #454545. Windows color (decimal): -9365562 or 12982129. OLE color: 12982129.
HSL color Cylindrical-coordinate representation of color #7117C6: hue angle of 270.86º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7117C6 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 23 | 198 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.22 |
| HSL | 270.86º | 0.79% | 0.43% | - |
| HSV(B) | 270.86º | 0.88% | 0.78% | - |
| XYZ | 17.31 | 8.2 | 54.1 | - |
| YUV | 69.86 | 200.32 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 198 | 0.43 | 0.88 | 0 | 0.22 | 270.86 | 0.79 | 0.43 |
| Hex | 71 | 17 | C6 | 2B | 58 | 0 | 16 | 10F | 4F | 2B |
| Octal | 161 | 27 | 306 | 53 | 130 | 0 | 26 | 417 | 117 | 53 |
| Binary | 1110001 | 10111 | 11000110 | 101011 | 1011000 | 0 | 10110 | 100001111 | 1001111 | 101011 |
Color Harmonies of #7117C6
Complementary color
Monochromatic Colors of #7117C6
Black with #7117C6
Text Example
Text Example
White with #7117C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7117C6; }
p { color: rgb(113,23,198); }
H1.HeaderClassName
{
color: #7117C6;
}
.AnyTagClassName
{
color: #7117C6;
}
</style>
background-color css
<style>
a { background-color: #7117C6; }
a { background-color: rgb(113,23,198); }
div.DivClassName
{
background-color: #7117C6;
}
.BgClassName
{
background-color: #7117C6;
}
</style>
border-color css
<style>
span { border-color: #7117C6; }
span { border-color: rgb(113,23,198); }
td.TdClassName
{
border-color: #7117C6;
}
.TagClassName
{
border-color: #7117C6;
}
</style>