Shades of Purple Heart #7037C2
Tints of Purple Heart #7037C2
RGB
CMYK
RGB Variations
Color information
#7037C2 (or 0x7037C2) is known color: Purple Heart. HEX triplet: 70, 37 and C2. RGB value is (112,55,194). Sum of RGB (Red+Green+Blue) = 112+55+194=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 194 (76.17% from 255 or 53.74% from 361); Max value from RGB is 194 - color contains mainly: blue. Hex color #7037C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7037C2 is #8FC83D. Grayscale: #575757. Windows color (decimal): -9422910 or 12728176. OLE color: 12728176.
HSL color Cylindrical-coordinate representation of color #7037C2: hue angle of 264.6º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7037C2 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 55 | 194 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.24 |
| HSL | 264.6º | 0.56% | 0.49% | - |
| HSV(B) | 264.6º | 0.72% | 0.76% | - |
| XYZ | 17.79 | 10.07 | 52.05 | - |
| YUV | 87.89 | 187.88 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 194 | 0.42 | 0.72 | 0 | 0.24 | 264.6 | 0.56 | 0.49 |
| Hex | 70 | 37 | C2 | 2A | 48 | 0 | 18 | 109 | 38 | 31 |
| Octal | 160 | 67 | 302 | 52 | 110 | 0 | 30 | 411 | 70 | 61 |
| Binary | 1110000 | 110111 | 11000010 | 101010 | 1001000 | 0 | 11000 | 100001001 | 111000 | 110001 |
Color Harmonies of #7037C2
Complementary color
Monochromatic Colors of #7037C2
Black with #7037C2
Text Example
Text Example
White with #7037C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7037C2; }
p { color: rgb(112,55,194); }
H1.HeaderClassName
{
color: #7037C2;
}
.AnyTagClassName
{
color: #7037C2;
}
</style>
background-color css
<style>
a { background-color: #7037C2; }
a { background-color: rgb(112,55,194); }
div.DivClassName
{
background-color: #7037C2;
}
.BgClassName
{
background-color: #7037C2;
}
</style>
border-color css
<style>
span { border-color: #7037C2; }
span { border-color: rgb(112,55,194); }
td.TdClassName
{
border-color: #7037C2;
}
.TagClassName
{
border-color: #7037C2;
}
</style>