Shades of Purple Heart #7040CC
Tints of Purple Heart #7040CC
RGB
CMYK
RGB Variations
Color information
#7040CC (or 0x7040CC) is known color: Purple Heart. HEX triplet: 70, 40 and CC. RGB value is (112,64,204). Sum of RGB (Red+Green+Blue) = 112+64+204=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #7040CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7040CC is #8FBF33. Grayscale: #5D5D5D. Windows color (decimal): -9420596 or 13385840. OLE color: 13385840.
HSL color Cylindrical-coordinate representation of color #7040CC: hue angle of 260.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7040CC is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 64 | 204 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.2 |
| HSL | 260.57º | 0.58% | 0.53% | - |
| HSV(B) | 260.57º | 0.69% | 0.8% | - |
| XYZ | 19.41 | 11.47 | 58.32 | - |
| YUV | 94.31 | 189.9 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 204 | 0.45 | 0.69 | 0 | 0.2 | 260.57 | 0.58 | 0.53 |
| Hex | 70 | 40 | CC | 2D | 45 | 0 | 14 | 105 | 3A | 35 |
| Octal | 160 | 100 | 314 | 55 | 105 | 0 | 24 | 405 | 72 | 65 |
| Binary | 1110000 | 1000000 | 11001100 | 101101 | 1000101 | 0 | 10100 | 100000101 | 111010 | 110101 |
Color Harmonies of #7040CC
Complementary color
Monochromatic Colors of #7040CC
Black with #7040CC
Text Example
Text Example
White with #7040CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7040CC; }
p { color: rgb(112,64,204); }
H1.HeaderClassName
{
color: #7040CC;
}
.AnyTagClassName
{
color: #7040CC;
}
</style>
background-color css
<style>
a { background-color: #7040CC; }
a { background-color: rgb(112,64,204); }
div.DivClassName
{
background-color: #7040CC;
}
.BgClassName
{
background-color: #7040CC;
}
</style>
border-color css
<style>
span { border-color: #7040CC; }
span { border-color: rgb(112,64,204); }
td.TdClassName
{
border-color: #7040CC;
}
.TagClassName
{
border-color: #7040CC;
}
</style>