Shades of Purple Heart #7113CE
Tints of Purple Heart #7113CE
RGB
CMYK
RGB Variations
Color information
#7113CE (or 0x7113CE) is known color: Purple Heart. HEX triplet: 71, 13 and CE. RGB value is (113,19,206). Sum of RGB (Red+Green+Blue) = 113+19+206=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #7113CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7113CE is #8EEC31. Grayscale: #434343. Windows color (decimal): -9366578 or 13505393. OLE color: 13505393.
HSL color Cylindrical-coordinate representation of color #7113CE: hue angle of 270.16º degrees, saturation: 0.83, 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 #7113CE is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 19 | 206 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.19 |
| HSL | 270.16º | 0.83% | 0.44% | - |
| HSV(B) | 270.16º | 0.91% | 0.81% | - |
| XYZ | 18.18 | 8.43 | 59.06 | - |
| YUV | 68.42 | 205.64 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 19 | 206 | 0.45 | 0.91 | 0 | 0.19 | 270.16 | 0.83 | 0.44 |
| Hex | 71 | 13 | CE | 2D | 5B | 0 | 13 | 10E | 53 | 2C |
| Octal | 161 | 23 | 316 | 55 | 133 | 0 | 23 | 416 | 123 | 54 |
| Binary | 1110001 | 10011 | 11001110 | 101101 | 1011011 | 0 | 10011 | 100001110 | 1010011 | 101100 |
Color Harmonies of #7113CE
Complementary color
Monochromatic Colors of #7113CE
Black with #7113CE
Text Example
Text Example
White with #7113CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7113CE; }
p { color: rgb(113,19,206); }
H1.HeaderClassName
{
color: #7113CE;
}
.AnyTagClassName
{
color: #7113CE;
}
</style>
background-color css
<style>
a { background-color: #7113CE; }
a { background-color: rgb(113,19,206); }
div.DivClassName
{
background-color: #7113CE;
}
.BgClassName
{
background-color: #7113CE;
}
</style>
border-color css
<style>
span { border-color: #7113CE; }
span { border-color: rgb(113,19,206); }
td.TdClassName
{
border-color: #7113CE;
}
.TagClassName
{
border-color: #7113CE;
}
</style>