Shades of Purple Heart #7040C4
Tints of Purple Heart #7040C4
RGB
CMYK
RGB Variations
Color information
#7040C4 (or 0x7040C4) is known color: Purple Heart. HEX triplet: 70, 40 and C4. RGB value is (112,64,196). Sum of RGB (Red+Green+Blue) = 112+64+196=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 196 (76.95% from 255 or 52.69% from 372); Max value from RGB is 196 - color contains mainly: blue. Hex color #7040C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7040C4 is #8FBF3B. Grayscale: #5C5C5C. Windows color (decimal): -9420604 or 12861552. OLE color: 12861552.
HSL color Cylindrical-coordinate representation of color #7040C4: hue angle of 261.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7040C4 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 64 | 196 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.23 |
| HSL | 261.82º | 0.53% | 0.51% | - |
| HSV(B) | 261.82º | 0.67% | 0.77% | - |
| XYZ | 18.48 | 11.1 | 53.39 | - |
| YUV | 93.4 | 185.9 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 196 | 0.43 | 0.67 | 0 | 0.23 | 261.82 | 0.53 | 0.51 |
| Hex | 70 | 40 | C4 | 2B | 43 | 0 | 17 | 106 | 35 | 33 |
| Octal | 160 | 100 | 304 | 53 | 103 | 0 | 27 | 406 | 65 | 63 |
| Binary | 1110000 | 1000000 | 11000100 | 101011 | 1000011 | 0 | 10111 | 100000110 | 110101 | 110011 |
Color Harmonies of #7040C4
Complementary color
Monochromatic Colors of #7040C4
Black with #7040C4
Text Example
Text Example
White with #7040C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7040C4; }
p { color: rgb(112,64,196); }
H1.HeaderClassName
{
color: #7040C4;
}
.AnyTagClassName
{
color: #7040C4;
}
</style>
background-color css
<style>
a { background-color: #7040C4; }
a { background-color: rgb(112,64,196); }
div.DivClassName
{
background-color: #7040C4;
}
.BgClassName
{
background-color: #7040C4;
}
</style>
border-color css
<style>
span { border-color: #7040C4; }
span { border-color: rgb(112,64,196); }
td.TdClassName
{
border-color: #7040C4;
}
.TagClassName
{
border-color: #7040C4;
}
</style>