Shades of Purple Heart #7036CF
Tints of Purple Heart #7036CF
RGB
CMYK
RGB Variations
Color information
#7036CF (or 0x7036CF) is known color: Purple Heart. HEX triplet: 70, 36 and CF. RGB value is (112,54,207). Sum of RGB (Red+Green+Blue) = 112+54+207=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #7036CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7036CF is #8FC930. Grayscale: #585858. Windows color (decimal): -9423153 or 13579888. OLE color: 13579888.
HSL color Cylindrical-coordinate representation of color #7036CF: hue angle of 262.75º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7036CF is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 54 | 207 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.19 |
| HSL | 262.75º | 0.61% | 0.51% | - |
| HSV(B) | 262.75º | 0.74% | 0.81% | - |
| XYZ | 19.26 | 10.59 | 60.06 | - |
| YUV | 88.78 | 194.72 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 207 | 0.46 | 0.74 | 0 | 0.19 | 262.75 | 0.61 | 0.51 |
| Hex | 70 | 36 | CF | 2E | 4A | 0 | 13 | 107 | 3D | 33 |
| Octal | 160 | 66 | 317 | 56 | 112 | 0 | 23 | 407 | 75 | 63 |
| Binary | 1110000 | 110110 | 11001111 | 101110 | 1001010 | 0 | 10011 | 100000111 | 111101 | 110011 |
Color Harmonies of #7036CF
Complementary color
Monochromatic Colors of #7036CF
Black with #7036CF
Text Example
Text Example
White with #7036CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7036CF; }
p { color: rgb(112,54,207); }
H1.HeaderClassName
{
color: #7036CF;
}
.AnyTagClassName
{
color: #7036CF;
}
</style>
background-color css
<style>
a { background-color: #7036CF; }
a { background-color: rgb(112,54,207); }
div.DivClassName
{
background-color: #7036CF;
}
.BgClassName
{
background-color: #7036CF;
}
</style>
border-color css
<style>
span { border-color: #7036CF; }
span { border-color: rgb(112,54,207); }
td.TdClassName
{
border-color: #7036CF;
}
.TagClassName
{
border-color: #7036CF;
}
</style>