Shades of Purple Heart #7040BC
Tints of Purple Heart #7040BC
RGB
CMYK
RGB Variations
Color information
#7040BC (or 0x7040BC) is known color: Purple Heart. HEX triplet: 70, 40 and BC. RGB value is (112,64,188). Sum of RGB (Red+Green+Blue) = 112+64+188=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #7040BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7040BC is #8FBF43. Grayscale: #5C5C5C. Windows color (decimal): -9420612 or 12337264. OLE color: 12337264.
HSL color Cylindrical-coordinate representation of color #7040BC: hue angle of 263.23º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7040BC is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 64 | 188 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.26 |
| HSL | 263.23º | 0.49% | 0.49% | - |
| HSV(B) | 263.23º | 0.66% | 0.74% | - |
| XYZ | 17.59 | 10.74 | 48.72 | - |
| YUV | 92.49 | 181.9 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 188 | 0.40 | 0.66 | 0 | 0.26 | 263.23 | 0.49 | 0.49 |
| Hex | 70 | 40 | BC | 28 | 42 | 0 | 1A | 107 | 31 | 31 |
| Octal | 160 | 100 | 274 | 50 | 102 | 0 | 32 | 407 | 61 | 61 |
| Binary | 1110000 | 1000000 | 10111100 | 101000 | 1000010 | 0 | 11010 | 100000111 | 110001 | 110001 |
Color Harmonies of #7040BC
Complementary color
Monochromatic Colors of #7040BC
Black with #7040BC
Text Example
Text Example
White with #7040BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7040BC; }
p { color: rgb(112,64,188); }
H1.HeaderClassName
{
color: #7040BC;
}
.AnyTagClassName
{
color: #7040BC;
}
</style>
background-color css
<style>
a { background-color: #7040BC; }
a { background-color: rgb(112,64,188); }
div.DivClassName
{
background-color: #7040BC;
}
.BgClassName
{
background-color: #7040BC;
}
</style>
border-color css
<style>
span { border-color: #7040BC; }
span { border-color: rgb(112,64,188); }
td.TdClassName
{
border-color: #7040BC;
}
.TagClassName
{
border-color: #7040BC;
}
</style>