Shades of Purple Heart #7110CC
Tints of Purple Heart #7110CC
RGB
CMYK
RGB Variations
Color information
#7110CC (or 0x7110CC) is known color: Purple Heart. HEX triplet: 71, 10 and CC. RGB value is (113,16,204). Sum of RGB (Red+Green+Blue) = 113+16+204=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #7110CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7110CC is #8EEF33. Grayscale: #414141. Windows color (decimal): -9367348 or 13373553. OLE color: 13373553.
HSL color Cylindrical-coordinate representation of color #7110CC: hue angle of 270.96º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7110CC is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 16 | 204 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.2 |
| HSL | 270.96º | 0.85% | 0.43% | - |
| HSV(B) | 270.96º | 0.92% | 0.8% | - |
| XYZ | 17.89 | 8.24 | 57.77 | - |
| YUV | 66.44 | 205.64 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 204 | 0.45 | 0.92 | 0 | 0.2 | 270.96 | 0.85 | 0.43 |
| Hex | 71 | 10 | CC | 2D | 5C | 0 | 14 | 10F | 55 | 2B |
| Octal | 161 | 20 | 314 | 55 | 134 | 0 | 24 | 417 | 125 | 53 |
| Binary | 1110001 | 10000 | 11001100 | 101101 | 1011100 | 0 | 10100 | 100001111 | 1010101 | 101011 |
Color Harmonies of #7110CC
Complementary color
Monochromatic Colors of #7110CC
Black with #7110CC
Text Example
Text Example
White with #7110CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7110CC; }
p { color: rgb(113,16,204); }
H1.HeaderClassName
{
color: #7110CC;
}
.AnyTagClassName
{
color: #7110CC;
}
</style>
background-color css
<style>
a { background-color: #7110CC; }
a { background-color: rgb(113,16,204); }
div.DivClassName
{
background-color: #7110CC;
}
.BgClassName
{
background-color: #7110CC;
}
</style>
border-color css
<style>
span { border-color: #7110CC; }
span { border-color: rgb(113,16,204); }
td.TdClassName
{
border-color: #7110CC;
}
.TagClassName
{
border-color: #7110CC;
}
</style>