Shades of Purple Heart #7036DC
Tints of Purple Heart #7036DC
RGB
CMYK
RGB Variations
Color information
#7036DC (or 0x7036DC) is known color: Purple Heart. HEX triplet: 70, 36 and DC. RGB value is (112,54,220). Sum of RGB (Red+Green+Blue) = 112+54+220=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #7036DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7036DC is #8FC923. Grayscale: #595959. Windows color (decimal): -9423140 or 14431856. OLE color: 14431856.
HSL color Cylindrical-coordinate representation of color #7036DC: hue angle of 260.96º 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 #7036DC is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 54 | 220 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.14 |
| HSL | 260.96º | 0.7% | 0.54% | - |
| HSV(B) | 260.96º | 0.75% | 0.86% | - |
| XYZ | 20.92 | 11.25 | 68.78 | - |
| YUV | 90.27 | 201.22 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 220 | 0.49 | 0.75 | 0 | 0.14 | 260.96 | 0.7 | 0.54 |
| Hex | 70 | 36 | DC | 31 | 4B | 0 | E | 105 | 46 | 36 |
| Octal | 160 | 66 | 334 | 61 | 113 | 0 | 16 | 405 | 106 | 66 |
| Binary | 1110000 | 110110 | 11011100 | 110001 | 1001011 | 0 | 1110 | 100000101 | 1000110 | 110110 |
Color Harmonies of #7036DC
Complementary color
Monochromatic Colors of #7036DC
Black with #7036DC
Text Example
Text Example
White with #7036DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7036DC; }
p { color: rgb(112,54,220); }
H1.HeaderClassName
{
color: #7036DC;
}
.AnyTagClassName
{
color: #7036DC;
}
</style>
background-color css
<style>
a { background-color: #7036DC; }
a { background-color: rgb(112,54,220); }
div.DivClassName
{
background-color: #7036DC;
}
.BgClassName
{
background-color: #7036DC;
}
</style>
border-color css
<style>
span { border-color: #7036DC; }
span { border-color: rgb(112,54,220); }
td.TdClassName
{
border-color: #7036DC;
}
.TagClassName
{
border-color: #7036DC;
}
</style>