Shades of Purple Heart #7012CE
Tints of Purple Heart #7012CE
RGB
CMYK
RGB Variations
Color information
#7012CE (or 0x7012CE) is known color: Purple Heart. HEX triplet: 70, 12 and CE. RGB value is (112,18,206). Sum of RGB (Red+Green+Blue) = 112+18+206=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #7012CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7012CE is #8FED31. Grayscale: #424242. Windows color (decimal): -9432370 or 13505136. OLE color: 13505136.
HSL color Cylindrical-coordinate representation of color #7012CE: hue angle of 270º degrees, saturation: 0.84, 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 #7012CE is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 18 | 206 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.19 |
| HSL | 270º | 0.84% | 0.44% | - |
| HSV(B) | 270º | 0.91% | 0.81% | - |
| XYZ | 18.04 | 8.33 | 59.05 | - |
| YUV | 67.54 | 206.14 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 206 | 0.46 | 0.91 | 0 | 0.19 | 270 | 0.84 | 0.44 |
| Hex | 70 | 12 | CE | 2E | 5B | 0 | 13 | 10E | 54 | 2C |
| Octal | 160 | 22 | 316 | 56 | 133 | 0 | 23 | 416 | 124 | 54 |
| Binary | 1110000 | 10010 | 11001110 | 101110 | 1011011 | 0 | 10011 | 100001110 | 1010100 | 101100 |
Color Harmonies of #7012CE
Complementary color
Monochromatic Colors of #7012CE
Black with #7012CE
Text Example
Text Example
White with #7012CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7012CE; }
p { color: rgb(112,18,206); }
H1.HeaderClassName
{
color: #7012CE;
}
.AnyTagClassName
{
color: #7012CE;
}
</style>
background-color css
<style>
a { background-color: #7012CE; }
a { background-color: rgb(112,18,206); }
div.DivClassName
{
background-color: #7012CE;
}
.BgClassName
{
background-color: #7012CE;
}
</style>
border-color css
<style>
span { border-color: #7012CE; }
span { border-color: rgb(112,18,206); }
td.TdClassName
{
border-color: #7012CE;
}
.TagClassName
{
border-color: #7012CE;
}
</style>