Shades of Purple Heart #7029CC
Tints of Purple Heart #7029CC
RGB
CMYK
RGB Variations
Color information
#7029CC (or 0x7029CC) is known color: Purple Heart. HEX triplet: 70, 29 and CC. RGB value is (112,41,204). Sum of RGB (Red+Green+Blue) = 112+41+204=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #7029CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029CC is #8FD633. Grayscale: #505050. Windows color (decimal): -9426484 or 13379952. OLE color: 13379952.
HSL color Cylindrical-coordinate representation of color #7029CC: hue angle of 266.13º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7029CC is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 41 | 204 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.2 |
| HSL | 266.13º | 0.67% | 0.48% | - |
| HSV(B) | 266.13º | 0.8% | 0.8% | - |
| XYZ | 18.37 | 9.39 | 57.97 | - |
| YUV | 80.81 | 197.52 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 204 | 0.45 | 0.80 | 0 | 0.2 | 266.13 | 0.67 | 0.48 |
| Hex | 70 | 29 | CC | 2D | 50 | 0 | 14 | 10A | 43 | 30 |
| Octal | 160 | 51 | 314 | 55 | 120 | 0 | 24 | 412 | 103 | 60 |
| Binary | 1110000 | 101001 | 11001100 | 101101 | 1010000 | 0 | 10100 | 100001010 | 1000011 | 110000 |
Color Harmonies of #7029CC
Complementary color
Monochromatic Colors of #7029CC
Black with #7029CC
Text Example
Text Example
White with #7029CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7029CC; }
p { color: rgb(112,41,204); }
H1.HeaderClassName
{
color: #7029CC;
}
.AnyTagClassName
{
color: #7029CC;
}
</style>
background-color css
<style>
a { background-color: #7029CC; }
a { background-color: rgb(112,41,204); }
div.DivClassName
{
background-color: #7029CC;
}
.BgClassName
{
background-color: #7029CC;
}
</style>
border-color css
<style>
span { border-color: #7029CC; }
span { border-color: rgb(112,41,204); }
td.TdClassName
{
border-color: #7029CC;
}
.TagClassName
{
border-color: #7029CC;
}
</style>