Shades of Purple Heart #7037CE
Tints of Purple Heart #7037CE
RGB
CMYK
RGB Variations
Color information
#7037CE (or 0x7037CE) is known color: Purple Heart. HEX triplet: 70, 37 and CE. RGB value is (112,55,206). Sum of RGB (Red+Green+Blue) = 112+55+206=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #7037CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7037CE is #8FC831. Grayscale: #585858. Windows color (decimal): -9422898 or 13514608. OLE color: 13514608.
HSL color Cylindrical-coordinate representation of color #7037CE: hue angle of 262.65º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7037CE is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 55 | 206 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.19 |
| HSL | 262.65º | 0.61% | 0.51% | - |
| HSV(B) | 262.65º | 0.73% | 0.81% | - |
| XYZ | 19.19 | 10.63 | 59.43 | - |
| YUV | 89.26 | 193.88 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 206 | 0.46 | 0.73 | 0 | 0.19 | 262.65 | 0.61 | 0.51 |
| Hex | 70 | 37 | CE | 2E | 49 | 0 | 13 | 107 | 3D | 33 |
| Octal | 160 | 67 | 316 | 56 | 111 | 0 | 23 | 407 | 75 | 63 |
| Binary | 1110000 | 110111 | 11001110 | 101110 | 1001001 | 0 | 10011 | 100000111 | 111101 | 110011 |
Color Harmonies of #7037CE
Complementary color
Monochromatic Colors of #7037CE
Black with #7037CE
Text Example
Text Example
White with #7037CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7037CE; }
p { color: rgb(112,55,206); }
H1.HeaderClassName
{
color: #7037CE;
}
.AnyTagClassName
{
color: #7037CE;
}
</style>
background-color css
<style>
a { background-color: #7037CE; }
a { background-color: rgb(112,55,206); }
div.DivClassName
{
background-color: #7037CE;
}
.BgClassName
{
background-color: #7037CE;
}
</style>
border-color css
<style>
span { border-color: #7037CE; }
span { border-color: rgb(112,55,206); }
td.TdClassName
{
border-color: #7037CE;
}
.TagClassName
{
border-color: #7037CE;
}
</style>