Shades of Purple Heart #7012CC
Tints of Purple Heart #7012CC
RGB
CMYK
RGB Variations
Color information
#7012CC (or 0x7012CC) is known color: Purple Heart. HEX triplet: 70, 12 and CC. RGB value is (112,18,204). Sum of RGB (Red+Green+Blue) = 112+18+204=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #7012CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7012CC is #8FED33. Grayscale: #424242. Windows color (decimal): -9432372 or 13374064. OLE color: 13374064.
HSL color Cylindrical-coordinate representation of color #7012CC: hue angle of 270.32º degrees, saturation: 0.84, 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 #7012CC is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 18 | 204 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.2 |
| HSL | 270.32º | 0.84% | 0.44% | - |
| HSV(B) | 270.32º | 0.91% | 0.8% | - |
| XYZ | 17.8 | 8.24 | 57.78 | - |
| YUV | 67.31 | 205.14 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 204 | 0.45 | 0.91 | 0 | 0.2 | 270.32 | 0.84 | 0.44 |
| Hex | 70 | 12 | CC | 2D | 5B | 0 | 14 | 10E | 54 | 2C |
| Octal | 160 | 22 | 314 | 55 | 133 | 0 | 24 | 416 | 124 | 54 |
| Binary | 1110000 | 10010 | 11001100 | 101101 | 1011011 | 0 | 10100 | 100001110 | 1010100 | 101100 |
Color Harmonies of #7012CC
Complementary color
Monochromatic Colors of #7012CC
Black with #7012CC
Text Example
Text Example
White with #7012CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7012CC; }
p { color: rgb(112,18,204); }
H1.HeaderClassName
{
color: #7012CC;
}
.AnyTagClassName
{
color: #7012CC;
}
</style>
background-color css
<style>
a { background-color: #7012CC; }
a { background-color: rgb(112,18,204); }
div.DivClassName
{
background-color: #7012CC;
}
.BgClassName
{
background-color: #7012CC;
}
</style>
border-color css
<style>
span { border-color: #7012CC; }
span { border-color: rgb(112,18,204); }
td.TdClassName
{
border-color: #7012CC;
}
.TagClassName
{
border-color: #7012CC;
}
</style>