Shades of Purple Heart #7117CB
Tints of Purple Heart #7117CB
RGB
CMYK
RGB Variations
Color information
#7117CB (or 0x7117CB) is known color: Purple Heart. HEX triplet: 71, 17 and CB. RGB value is (113,23,203). Sum of RGB (Red+Green+Blue) = 113+23+203=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #7117CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7117CB is #8EE834. Grayscale: #454545. Windows color (decimal): -9365557 or 13309809. OLE color: 13309809.
HSL color Cylindrical-coordinate representation of color #7117CB: hue angle of 270º 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 #7117CB is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 23 | 203 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.20 |
| HSL | 270º | 0.8% | 0.44% | - |
| HSV(B) | 270º | 0.89% | 0.8% | - |
| XYZ | 17.9 | 8.44 | 57.18 | - |
| YUV | 70.43 | 202.82 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 203 | 0.44 | 0.89 | 0 | 0.20 | 270 | 0.8 | 0.44 |
| Hex | 71 | 17 | CB | 2C | 59 | 0 | 14 | 10E | 50 | 2C |
| Octal | 161 | 27 | 313 | 54 | 131 | 0 | 24 | 416 | 120 | 54 |
| Binary | 1110001 | 10111 | 11001011 | 101100 | 1011001 | 0 | 10100 | 100001110 | 1010000 | 101100 |
Color Harmonies of #7117CB
Complementary color
Monochromatic Colors of #7117CB
Black with #7117CB
Text Example
Text Example
White with #7117CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7117CB; }
p { color: rgb(113,23,203); }
H1.HeaderClassName
{
color: #7117CB;
}
.AnyTagClassName
{
color: #7117CB;
}
</style>
background-color css
<style>
a { background-color: #7117CB; }
a { background-color: rgb(113,23,203); }
div.DivClassName
{
background-color: #7117CB;
}
.BgClassName
{
background-color: #7117CB;
}
</style>
border-color css
<style>
span { border-color: #7117CB; }
span { border-color: rgb(113,23,203); }
td.TdClassName
{
border-color: #7117CB;
}
.TagClassName
{
border-color: #7117CB;
}
</style>