Shades of Purple Heart #7016CB
Tints of Purple Heart #7016CB
RGB
CMYK
RGB Variations
Color information
#7016CB (or 0x7016CB) is known color: Purple Heart. HEX triplet: 70, 16 and CB. RGB value is (112,22,203). Sum of RGB (Red+Green+Blue) = 112+22+203=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #7016CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7016CB is #8FE934. Grayscale: #444444. Windows color (decimal): -9431349 or 13309552. OLE color: 13309552.
HSL color Cylindrical-coordinate representation of color #7016CB: hue angle of 269.83º 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 #7016CB is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 22 | 203 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.20 |
| HSL | 269.83º | 0.8% | 0.44% | - |
| HSV(B) | 269.83º | 0.89% | 0.8% | - |
| XYZ | 17.75 | 8.33 | 57.17 | - |
| YUV | 69.54 | 203.32 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 203 | 0.45 | 0.89 | 0 | 0.20 | 269.83 | 0.8 | 0.44 |
| Hex | 70 | 16 | CB | 2D | 59 | 0 | 14 | 10E | 50 | 2C |
| Octal | 160 | 26 | 313 | 55 | 131 | 0 | 24 | 416 | 120 | 54 |
| Binary | 1110000 | 10110 | 11001011 | 101101 | 1011001 | 0 | 10100 | 100001110 | 1010000 | 101100 |
Color Harmonies of #7016CB
Complementary color
Monochromatic Colors of #7016CB
Black with #7016CB
Text Example
Text Example
White with #7016CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7016CB; }
p { color: rgb(112,22,203); }
H1.HeaderClassName
{
color: #7016CB;
}
.AnyTagClassName
{
color: #7016CB;
}
</style>
background-color css
<style>
a { background-color: #7016CB; }
a { background-color: rgb(112,22,203); }
div.DivClassName
{
background-color: #7016CB;
}
.BgClassName
{
background-color: #7016CB;
}
</style>
border-color css
<style>
span { border-color: #7016CB; }
span { border-color: rgb(112,22,203); }
td.TdClassName
{
border-color: #7016CB;
}
.TagClassName
{
border-color: #7016CB;
}
</style>