Shades of Purple Heart #7112D3
Tints of Purple Heart #7112D3
RGB
CMYK
RGB Variations
Color information
#7112D3 (or 0x7112D3) is known color: Purple Heart. HEX triplet: 71, 12 and D3. RGB value is (113,18,211). Sum of RGB (Red+Green+Blue) = 113+18+211=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 211 (82.81% from 255 or 61.70% from 342); Max value from RGB is 211 - color contains mainly: blue. Hex color #7112D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7112D3 is #8EED2C. Grayscale: #434343. Windows color (decimal): -9366829 or 13832817. OLE color: 13832817.
HSL color Cylindrical-coordinate representation of color #7112D3: hue angle of 269.53º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7112D3 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 18 | 211 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.17 |
| HSL | 269.53º | 0.84% | 0.45% | - |
| HSV(B) | 269.53º | 0.91% | 0.83% | - |
| XYZ | 18.78 | 8.65 | 62.31 | - |
| YUV | 68.41 | 208.47 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 211 | 0.46 | 0.91 | 0 | 0.17 | 269.53 | 0.84 | 0.45 |
| Hex | 71 | 12 | D3 | 2E | 5B | 0 | 11 | 10E | 54 | 2D |
| Octal | 161 | 22 | 323 | 56 | 133 | 0 | 21 | 416 | 124 | 55 |
| Binary | 1110001 | 10010 | 11010011 | 101110 | 1011011 | 0 | 10001 | 100001110 | 1010100 | 101101 |
Color Harmonies of #7112D3
Complementary color
Monochromatic Colors of #7112D3
Black with #7112D3
Text Example
Text Example
White with #7112D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7112D3; }
p { color: rgb(113,18,211); }
H1.HeaderClassName
{
color: #7112D3;
}
.AnyTagClassName
{
color: #7112D3;
}
</style>
background-color css
<style>
a { background-color: #7112D3; }
a { background-color: rgb(113,18,211); }
div.DivClassName
{
background-color: #7112D3;
}
.BgClassName
{
background-color: #7112D3;
}
</style>
border-color css
<style>
span { border-color: #7112D3; }
span { border-color: rgb(113,18,211); }
td.TdClassName
{
border-color: #7112D3;
}
.TagClassName
{
border-color: #7112D3;
}
</style>