Shades of Purple Heart #7107B7
Tints of Purple Heart #7107B7
RGB
CMYK
RGB Variations
Color information
#7107B7 (or 0x7107B7) is known color: Purple Heart. HEX triplet: 71, 07 and B7. RGB value is (113,7,183). Sum of RGB (Red+Green+Blue) = 113+7+183=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 183 (71.88% from 255 or 60.40% from 303); Max value from RGB is 183 - color contains mainly: blue. Hex color #7107B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7107B7 is #8EF848. Grayscale: #3A3A3A. Windows color (decimal): -9369673 or 11994993. OLE color: 11994993.
HSL color Cylindrical-coordinate representation of color #7107B7: hue angle of 276.14º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7107B7 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 7 | 183 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.28 |
| HSL | 276.14º | 0.93% | 0.37% | - |
| HSV(B) | 276.14º | 0.96% | 0.72% | - |
| XYZ | 15.43 | 7.08 | 45.35 | - |
| YUV | 58.76 | 198.12 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 183 | 0.38 | 0.96 | 0 | 0.28 | 276.14 | 0.93 | 0.37 |
| Hex | 71 | 7 | B7 | 26 | 60 | 0 | 1C | 114 | 5D | 25 |
| Octal | 161 | 7 | 267 | 46 | 140 | 0 | 34 | 424 | 135 | 45 |
| Binary | 1110001 | 111 | 10110111 | 100110 | 1100000 | 0 | 11100 | 100010100 | 1011101 | 100101 |
Color Harmonies of #7107B7
Complementary color
Monochromatic Colors of #7107B7
Black with #7107B7
Text Example
Text Example
White with #7107B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7107B7; }
p { color: rgb(113,7,183); }
H1.HeaderClassName
{
color: #7107B7;
}
.AnyTagClassName
{
color: #7107B7;
}
</style>
background-color css
<style>
a { background-color: #7107B7; }
a { background-color: rgb(113,7,183); }
div.DivClassName
{
background-color: #7107B7;
}
.BgClassName
{
background-color: #7107B7;
}
</style>
border-color css
<style>
span { border-color: #7107B7; }
span { border-color: rgb(113,7,183); }
td.TdClassName
{
border-color: #7107B7;
}
.TagClassName
{
border-color: #7107B7;
}
</style>