Shades of Purple Heart #7044C5
Tints of Purple Heart #7044C5
RGB
CMYK
RGB Variations
Color information
#7044C5 (or 0x7044C5) is known color: Purple Heart. HEX triplet: 70, 44 and C5. RGB value is (112,68,197). Sum of RGB (Red+Green+Blue) = 112+68+197=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #7044C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7044C5 is #8FBB3A. Grayscale: #5F5F5F. Windows color (decimal): -9419579 or 12928112. OLE color: 12928112.
HSL color Cylindrical-coordinate representation of color #7044C5: hue angle of 260.47º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7044C5 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 68 | 197 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.23 |
| HSL | 260.47º | 0.53% | 0.52% | - |
| HSV(B) | 260.47º | 0.65% | 0.77% | - |
| XYZ | 18.83 | 11.61 | 54.07 | - |
| YUV | 95.86 | 185.08 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 197 | 0.43 | 0.65 | 0 | 0.23 | 260.47 | 0.53 | 0.52 |
| Hex | 70 | 44 | C5 | 2B | 41 | 0 | 17 | 104 | 35 | 34 |
| Octal | 160 | 104 | 305 | 53 | 101 | 0 | 27 | 404 | 65 | 64 |
| Binary | 1110000 | 1000100 | 11000101 | 101011 | 1000001 | 0 | 10111 | 100000100 | 110101 | 110100 |
Color Harmonies of #7044C5
Complementary color
Monochromatic Colors of #7044C5
Black with #7044C5
Text Example
Text Example
White with #7044C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7044C5; }
p { color: rgb(112,68,197); }
H1.HeaderClassName
{
color: #7044C5;
}
.AnyTagClassName
{
color: #7044C5;
}
</style>
background-color css
<style>
a { background-color: #7044C5; }
a { background-color: rgb(112,68,197); }
div.DivClassName
{
background-color: #7044C5;
}
.BgClassName
{
background-color: #7044C5;
}
</style>
border-color css
<style>
span { border-color: #7044C5; }
span { border-color: rgb(112,68,197); }
td.TdClassName
{
border-color: #7044C5;
}
.TagClassName
{
border-color: #7044C5;
}
</style>