Shades of Purple Heart #7011CE
Tints of Purple Heart #7011CE
RGB
CMYK
RGB Variations
Color information
#7011CE (or 0x7011CE) is known color: Purple Heart. HEX triplet: 70, 11 and CE. RGB value is (112,17,206). Sum of RGB (Red+Green+Blue) = 112+17+206=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #7011CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7011CE is #8FEE31. Grayscale: #424242. Windows color (decimal): -9432626 or 13504880. OLE color: 13504880.
HSL color Cylindrical-coordinate representation of color #7011CE: hue angle of 270.16º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7011CE is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 17 | 206 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.19 |
| HSL | 270.16º | 0.85% | 0.44% | - |
| HSV(B) | 270.16º | 0.92% | 0.81% | - |
| XYZ | 18.02 | 8.3 | 59.05 | - |
| YUV | 66.95 | 206.47 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 206 | 0.46 | 0.92 | 0 | 0.19 | 270.16 | 0.85 | 0.44 |
| Hex | 70 | 11 | CE | 2E | 5C | 0 | 13 | 10E | 55 | 2C |
| Octal | 160 | 21 | 316 | 56 | 134 | 0 | 23 | 416 | 125 | 54 |
| Binary | 1110000 | 10001 | 11001110 | 101110 | 1011100 | 0 | 10011 | 100001110 | 1010101 | 101100 |
Color Harmonies of #7011CE
Complementary color
Monochromatic Colors of #7011CE
Black with #7011CE
Text Example
Text Example
White with #7011CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7011CE; }
p { color: rgb(112,17,206); }
H1.HeaderClassName
{
color: #7011CE;
}
.AnyTagClassName
{
color: #7011CE;
}
</style>
background-color css
<style>
a { background-color: #7011CE; }
a { background-color: rgb(112,17,206); }
div.DivClassName
{
background-color: #7011CE;
}
.BgClassName
{
background-color: #7011CE;
}
</style>
border-color css
<style>
span { border-color: #7011CE; }
span { border-color: rgb(112,17,206); }
td.TdClassName
{
border-color: #7011CE;
}
.TagClassName
{
border-color: #7011CE;
}
</style>