Shades of Purple Heart #7037C7
Tints of Purple Heart #7037C7
RGB
CMYK
RGB Variations
Color information
#7037C7 (or 0x7037C7) is known color: Purple Heart. HEX triplet: 70, 37 and C7. RGB value is (112,55,199). Sum of RGB (Red+Green+Blue) = 112+55+199=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 199 (78.12% from 255 or 54.37% from 366); Max value from RGB is 199 - color contains mainly: blue. Hex color #7037C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7037C7 is #8FC838. Grayscale: #575757. Windows color (decimal): -9422905 or 13055856. OLE color: 13055856.
HSL color Cylindrical-coordinate representation of color #7037C7: hue angle of 263.75º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7037C7 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 55 | 199 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.22 |
| HSL | 263.75º | 0.57% | 0.5% | - |
| HSV(B) | 263.75º | 0.72% | 0.78% | - |
| XYZ | 18.36 | 10.3 | 55.05 | - |
| YUV | 88.46 | 190.38 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 199 | 0.44 | 0.72 | 0 | 0.22 | 263.75 | 0.57 | 0.5 |
| Hex | 70 | 37 | C7 | 2C | 48 | 0 | 16 | 108 | 39 | 32 |
| Octal | 160 | 67 | 307 | 54 | 110 | 0 | 26 | 410 | 71 | 62 |
| Binary | 1110000 | 110111 | 11000111 | 101100 | 1001000 | 0 | 10110 | 100001000 | 111001 | 110010 |
Color Harmonies of #7037C7
Complementary color
Monochromatic Colors of #7037C7
Black with #7037C7
Text Example
Text Example
White with #7037C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7037C7; }
p { color: rgb(112,55,199); }
H1.HeaderClassName
{
color: #7037C7;
}
.AnyTagClassName
{
color: #7037C7;
}
</style>
background-color css
<style>
a { background-color: #7037C7; }
a { background-color: rgb(112,55,199); }
div.DivClassName
{
background-color: #7037C7;
}
.BgClassName
{
background-color: #7037C7;
}
</style>
border-color css
<style>
span { border-color: #7037C7; }
span { border-color: rgb(112,55,199); }
td.TdClassName
{
border-color: #7037C7;
}
.TagClassName
{
border-color: #7037C7;
}
</style>