Shades of Purple Heart #7116CB
Tints of Purple Heart #7116CB
RGB
CMYK
RGB Variations
Color information
#7116CB (or 0x7116CB) is known color: Purple Heart. HEX triplet: 71, 16 and CB. RGB value is (113,22,203). Sum of RGB (Red+Green+Blue) = 113+22+203=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #7116CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7116CB is #8EE934. Grayscale: #454545. Windows color (decimal): -9365813 or 13309553. OLE color: 13309553.
HSL color Cylindrical-coordinate representation of color #7116CB: hue angle of 270.17º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7116CB is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 22 | 203 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.20 |
| HSL | 270.17º | 0.8% | 0.44% | - |
| HSV(B) | 270.17º | 0.89% | 0.8% | - |
| XYZ | 17.88 | 8.4 | 57.18 | - |
| YUV | 69.84 | 203.15 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 22 | 203 | 0.44 | 0.89 | 0 | 0.20 | 270.17 | 0.8 | 0.44 |
| Hex | 71 | 16 | CB | 2C | 59 | 0 | 14 | 10E | 50 | 2C |
| Octal | 161 | 26 | 313 | 54 | 131 | 0 | 24 | 416 | 120 | 54 |
| Binary | 1110001 | 10110 | 11001011 | 101100 | 1011001 | 0 | 10100 | 100001110 | 1010000 | 101100 |
Color Harmonies of #7116CB
Complementary color
Monochromatic Colors of #7116CB
Black with #7116CB
Text Example
Text Example
White with #7116CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7116CB; }
p { color: rgb(113,22,203); }
H1.HeaderClassName
{
color: #7116CB;
}
.AnyTagClassName
{
color: #7116CB;
}
</style>
background-color css
<style>
a { background-color: #7116CB; }
a { background-color: rgb(113,22,203); }
div.DivClassName
{
background-color: #7116CB;
}
.BgClassName
{
background-color: #7116CB;
}
</style>
border-color css
<style>
span { border-color: #7116CB; }
span { border-color: rgb(113,22,203); }
td.TdClassName
{
border-color: #7116CB;
}
.TagClassName
{
border-color: #7116CB;
}
</style>