Shades of Purple Heart #7113CC
Tints of Purple Heart #7113CC
RGB
CMYK
RGB Variations
Color information
#7113CC (or 0x7113CC) is known color: Purple Heart. HEX triplet: 71, 13 and CC. RGB value is (113,19,204). Sum of RGB (Red+Green+Blue) = 113+19+204=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #7113CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7113CC is #8EEC33. Grayscale: #434343. Windows color (decimal): -9366580 or 13374321. OLE color: 13374321.
HSL color Cylindrical-coordinate representation of color #7113CC: hue angle of 270.49º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7113CC is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 19 | 204 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.2 |
| HSL | 270.49º | 0.83% | 0.44% | - |
| HSV(B) | 270.49º | 0.91% | 0.8% | - |
| XYZ | 17.94 | 8.34 | 57.79 | - |
| YUV | 68.2 | 204.64 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 19 | 204 | 0.45 | 0.91 | 0 | 0.2 | 270.49 | 0.83 | 0.44 |
| Hex | 71 | 13 | CC | 2D | 5B | 0 | 14 | 10E | 53 | 2C |
| Octal | 161 | 23 | 314 | 55 | 133 | 0 | 24 | 416 | 123 | 54 |
| Binary | 1110001 | 10011 | 11001100 | 101101 | 1011011 | 0 | 10100 | 100001110 | 1010011 | 101100 |
Color Harmonies of #7113CC
Complementary color
Monochromatic Colors of #7113CC
Black with #7113CC
Text Example
Text Example
White with #7113CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7113CC; }
p { color: rgb(113,19,204); }
H1.HeaderClassName
{
color: #7113CC;
}
.AnyTagClassName
{
color: #7113CC;
}
</style>
background-color css
<style>
a { background-color: #7113CC; }
a { background-color: rgb(113,19,204); }
div.DivClassName
{
background-color: #7113CC;
}
.BgClassName
{
background-color: #7113CC;
}
</style>
border-color css
<style>
span { border-color: #7113CC; }
span { border-color: rgb(113,19,204); }
td.TdClassName
{
border-color: #7113CC;
}
.TagClassName
{
border-color: #7113CC;
}
</style>