Shades of Purple Heart #7034BA
Tints of Purple Heart #7034BA
RGB
CMYK
RGB Variations
Color information
#7034BA (or 0x7034BA) is known color: Purple Heart. HEX triplet: 70, 34 and BA. RGB value is (112,52,186). Sum of RGB (Red+Green+Blue) = 112+52+186=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #7034BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7034BA is #8FCB45. Grayscale: #545454. Windows color (decimal): -9423686 or 12203120. OLE color: 12203120.
HSL color Cylindrical-coordinate representation of color #7034BA: hue angle of 266.87º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7034BA is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 52 | 186 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.27 |
| HSL | 266.87º | 0.56% | 0.47% | - |
| HSV(B) | 266.87º | 0.72% | 0.73% | - |
| XYZ | 16.77 | 9.45 | 47.39 | - |
| YUV | 85.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 52 | 186 | 0.40 | 0.72 | 0 | 0.27 | 266.87 | 0.56 | 0.47 |
| Hex | 70 | 34 | BA | 28 | 48 | 0 | 1B | 10B | 38 | 2F |
| Octal | 160 | 64 | 272 | 50 | 110 | 0 | 33 | 413 | 70 | 57 |
| Binary | 1110000 | 110100 | 10111010 | 101000 | 1001000 | 0 | 11011 | 100001011 | 111000 | 101111 |
Color Harmonies of #7034BA
Complementary color
Monochromatic Colors of #7034BA
Black with #7034BA
Text Example
Text Example
White with #7034BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7034BA; }
p { color: rgb(112,52,186); }
H1.HeaderClassName
{
color: #7034BA;
}
.AnyTagClassName
{
color: #7034BA;
}
</style>
background-color css
<style>
a { background-color: #7034BA; }
a { background-color: rgb(112,52,186); }
div.DivClassName
{
background-color: #7034BA;
}
.BgClassName
{
background-color: #7034BA;
}
</style>
border-color css
<style>
span { border-color: #7034BA; }
span { border-color: rgb(112,52,186); }
td.TdClassName
{
border-color: #7034BA;
}
.TagClassName
{
border-color: #7034BA;
}
</style>