Shades of Purple Heart #7117B9
Tints of Purple Heart #7117B9
RGB
CMYK
RGB Variations
Color information
#7117B9 (or 0x7117B9) is known color: Purple Heart. HEX triplet: 71, 17 and B9. RGB value is (113,23,185). Sum of RGB (Red+Green+Blue) = 113+23+185=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 185 (72.66% from 255 or 57.63% from 321); Max value from RGB is 185 - color contains mainly: blue. Hex color #7117B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7117B9 is #8EE846. Grayscale: #434343. Windows color (decimal): -9365575 or 12130161. OLE color: 12130161.
HSL color Cylindrical-coordinate representation of color #7117B9: hue angle of 273.33º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7117B9 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 23 | 185 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.27 |
| HSL | 273.33º | 0.78% | 0.41% | - |
| HSV(B) | 273.33º | 0.88% | 0.73% | - |
| XYZ | 15.87 | 7.63 | 46.53 | - |
| YUV | 68.38 | 193.82 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 185 | 0.39 | 0.88 | 0 | 0.27 | 273.33 | 0.78 | 0.41 |
| Hex | 71 | 17 | B9 | 27 | 58 | 0 | 1B | 111 | 4E | 29 |
| Octal | 161 | 27 | 271 | 47 | 130 | 0 | 33 | 421 | 116 | 51 |
| Binary | 1110001 | 10111 | 10111001 | 100111 | 1011000 | 0 | 11011 | 100010001 | 1001110 | 101001 |
Color Harmonies of #7117B9
Complementary color
Monochromatic Colors of #7117B9
Black with #7117B9
Text Example
Text Example
White with #7117B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7117B9; }
p { color: rgb(113,23,185); }
H1.HeaderClassName
{
color: #7117B9;
}
.AnyTagClassName
{
color: #7117B9;
}
</style>
background-color css
<style>
a { background-color: #7117B9; }
a { background-color: rgb(113,23,185); }
div.DivClassName
{
background-color: #7117B9;
}
.BgClassName
{
background-color: #7117B9;
}
</style>
border-color css
<style>
span { border-color: #7117B9; }
span { border-color: rgb(113,23,185); }
td.TdClassName
{
border-color: #7117B9;
}
.TagClassName
{
border-color: #7117B9;
}
</style>