Shades of Purple Heart #7036DB
Tints of Purple Heart #7036DB
RGB
CMYK
RGB Variations
Color information
#7036DB (or 0x7036DB) is known color: Purple Heart. HEX triplet: 70, 36 and DB. RGB value is (112,54,219). Sum of RGB (Red+Green+Blue) = 112+54+219=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #7036DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7036DB is #8FC924. Grayscale: #595959. Windows color (decimal): -9423141 or 14366320. OLE color: 14366320.
HSL color Cylindrical-coordinate representation of color #7036DB: hue angle of 261.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7036DB is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 54 | 219 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.14 |
| HSL | 261.09º | 0.7% | 0.54% | - |
| HSV(B) | 261.09º | 0.75% | 0.86% | - |
| XYZ | 20.79 | 11.2 | 68.08 | - |
| YUV | 90.15 | 200.72 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 219 | 0.49 | 0.75 | 0 | 0.14 | 261.09 | 0.7 | 0.54 |
| Hex | 70 | 36 | DB | 31 | 4B | 0 | E | 105 | 46 | 36 |
| Octal | 160 | 66 | 333 | 61 | 113 | 0 | 16 | 405 | 106 | 66 |
| Binary | 1110000 | 110110 | 11011011 | 110001 | 1001011 | 0 | 1110 | 100000101 | 1000110 | 110110 |
Color Harmonies of #7036DB
Complementary color
Monochromatic Colors of #7036DB
Black with #7036DB
Text Example
Text Example
White with #7036DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7036DB; }
p { color: rgb(112,54,219); }
H1.HeaderClassName
{
color: #7036DB;
}
.AnyTagClassName
{
color: #7036DB;
}
</style>
background-color css
<style>
a { background-color: #7036DB; }
a { background-color: rgb(112,54,219); }
div.DivClassName
{
background-color: #7036DB;
}
.BgClassName
{
background-color: #7036DB;
}
</style>
border-color css
<style>
span { border-color: #7036DB; }
span { border-color: rgb(112,54,219); }
td.TdClassName
{
border-color: #7036DB;
}
.TagClassName
{
border-color: #7036DB;
}
</style>