Shades of Purple Heart #7036B6
Tints of Purple Heart #7036B6
RGB
CMYK
RGB Variations
Color information
#7036B6 (or 0x7036B6) is known color: Purple Heart. HEX triplet: 70, 36 and B6. RGB value is (112,54,182). Sum of RGB (Red+Green+Blue) = 112+54+182=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 182 (71.48% from 255 or 52.30% from 348); Max value from RGB is 182 - color contains mainly: blue. Hex color #7036B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7036B6 is #8FC949. Grayscale: #555555. Windows color (decimal): -9423178 or 11941488. OLE color: 11941488.
HSL color Cylindrical-coordinate representation of color #7036B6: hue angle of 267.19º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7036B6 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 54 | 182 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.29 |
| HSL | 267.19º | 0.54% | 0.46% | - |
| HSV(B) | 267.19º | 0.7% | 0.71% | - |
| XYZ | 16.44 | 9.46 | 45.22 | - |
| YUV | 85.93 | 182.22 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 182 | 0.38 | 0.70 | 0 | 0.29 | 267.19 | 0.54 | 0.46 |
| Hex | 70 | 36 | B6 | 26 | 46 | 0 | 1D | 10B | 36 | 2E |
| Octal | 160 | 66 | 266 | 46 | 106 | 0 | 35 | 413 | 66 | 56 |
| Binary | 1110000 | 110110 | 10110110 | 100110 | 1000110 | 0 | 11101 | 100001011 | 110110 | 101110 |
Color Harmonies of #7036B6
Complementary color
Monochromatic Colors of #7036B6
Black with #7036B6
Text Example
Text Example
White with #7036B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7036B6; }
p { color: rgb(112,54,182); }
H1.HeaderClassName
{
color: #7036B6;
}
.AnyTagClassName
{
color: #7036B6;
}
</style>
background-color css
<style>
a { background-color: #7036B6; }
a { background-color: rgb(112,54,182); }
div.DivClassName
{
background-color: #7036B6;
}
.BgClassName
{
background-color: #7036B6;
}
</style>
border-color css
<style>
span { border-color: #7036B6; }
span { border-color: rgb(112,54,182); }
td.TdClassName
{
border-color: #7036B6;
}
.TagClassName
{
border-color: #7036B6;
}
</style>