Shades of Purple Heart #7046BC
Tints of Purple Heart #7046BC
RGB
CMYK
RGB Variations
Color information
#7046BC (or 0x7046BC) is known color: Purple Heart. HEX triplet: 70, 46 and BC. RGB value is (112,70,188). Sum of RGB (Red+Green+Blue) = 112+70+188=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #7046BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7046BC is #8FB943. Grayscale: #5F5F5F. Windows color (decimal): -9419076 or 12338800. OLE color: 12338800.
HSL color Cylindrical-coordinate representation of color #7046BC: hue angle of 261.36º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7046BC is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 70 | 188 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.26 |
| HSL | 261.36º | 0.47% | 0.51% | - |
| HSV(B) | 261.36º | 0.63% | 0.74% | - |
| XYZ | 17.95 | 11.46 | 48.84 | - |
| YUV | 96.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 188 | 0.40 | 0.63 | 0 | 0.26 | 261.36 | 0.47 | 0.51 |
| Hex | 70 | 46 | BC | 28 | 3F | 0 | 1A | 105 | 2F | 33 |
| Octal | 160 | 106 | 274 | 50 | 77 | 0 | 32 | 405 | 57 | 63 |
| Binary | 1110000 | 1000110 | 10111100 | 101000 | 111111 | 0 | 11010 | 100000101 | 101111 | 110011 |
Color Harmonies of #7046BC
Complementary color
Monochromatic Colors of #7046BC
Black with #7046BC
Text Example
Text Example
White with #7046BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7046BC; }
p { color: rgb(112,70,188); }
H1.HeaderClassName
{
color: #7046BC;
}
.AnyTagClassName
{
color: #7046BC;
}
</style>
background-color css
<style>
a { background-color: #7046BC; }
a { background-color: rgb(112,70,188); }
div.DivClassName
{
background-color: #7046BC;
}
.BgClassName
{
background-color: #7046BC;
}
</style>
border-color css
<style>
span { border-color: #7046BC; }
span { border-color: rgb(112,70,188); }
td.TdClassName
{
border-color: #7046BC;
}
.TagClassName
{
border-color: #7046BC;
}
</style>