Shades of Purple Heart #7112CE
Tints of Purple Heart #7112CE
RGB
CMYK
RGB Variations
Color information
#7112CE (or 0x7112CE) is known color: Purple Heart. HEX triplet: 71, 12 and CE. RGB value is (113,18,206). Sum of RGB (Red+Green+Blue) = 113+18+206=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #7112CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7112CE is #8EED31. Grayscale: #434343. Windows color (decimal): -9366834 or 13505137. OLE color: 13505137.
HSL color Cylindrical-coordinate representation of color #7112CE: hue angle of 270.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7112CE is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 18 | 206 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.19 |
| HSL | 270.32º | 0.84% | 0.44% | - |
| HSV(B) | 270.32º | 0.91% | 0.81% | - |
| XYZ | 18.17 | 8.4 | 59.06 | - |
| YUV | 67.84 | 205.97 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 206 | 0.45 | 0.91 | 0 | 0.19 | 270.32 | 0.84 | 0.44 |
| Hex | 71 | 12 | CE | 2D | 5B | 0 | 13 | 10E | 54 | 2C |
| Octal | 161 | 22 | 316 | 55 | 133 | 0 | 23 | 416 | 124 | 54 |
| Binary | 1110001 | 10010 | 11001110 | 101101 | 1011011 | 0 | 10011 | 100001110 | 1010100 | 101100 |
Color Harmonies of #7112CE
Complementary color
Monochromatic Colors of #7112CE
Black with #7112CE
Text Example
Text Example
White with #7112CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7112CE; }
p { color: rgb(113,18,206); }
H1.HeaderClassName
{
color: #7112CE;
}
.AnyTagClassName
{
color: #7112CE;
}
</style>
background-color css
<style>
a { background-color: #7112CE; }
a { background-color: rgb(113,18,206); }
div.DivClassName
{
background-color: #7112CE;
}
.BgClassName
{
background-color: #7112CE;
}
</style>
border-color css
<style>
span { border-color: #7112CE; }
span { border-color: rgb(113,18,206); }
td.TdClassName
{
border-color: #7112CE;
}
.TagClassName
{
border-color: #7112CE;
}
</style>