Shades of Purple Heart #7041C5
Tints of Purple Heart #7041C5
RGB
CMYK
RGB Variations
Color information
#7041C5 (or 0x7041C5) is known color: Purple Heart. HEX triplet: 70, 41 and C5. RGB value is (112,65,197). Sum of RGB (Red+Green+Blue) = 112+65+197=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #7041C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7041C5 is #8FBE3A. Grayscale: #5D5D5D. Windows color (decimal): -9420347 or 12927344. OLE color: 12927344.
HSL color Cylindrical-coordinate representation of color #7041C5: hue angle of 261.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7041C5 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 65 | 197 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.23 |
| HSL | 261.36º | 0.53% | 0.51% | - |
| HSV(B) | 261.36º | 0.67% | 0.77% | - |
| XYZ | 18.65 | 11.26 | 54.01 | - |
| YUV | 94.1 | 186.07 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 197 | 0.43 | 0.67 | 0 | 0.23 | 261.36 | 0.53 | 0.51 |
| Hex | 70 | 41 | C5 | 2B | 43 | 0 | 17 | 105 | 35 | 33 |
| Octal | 160 | 101 | 305 | 53 | 103 | 0 | 27 | 405 | 65 | 63 |
| Binary | 1110000 | 1000001 | 11000101 | 101011 | 1000011 | 0 | 10111 | 100000101 | 110101 | 110011 |
Color Harmonies of #7041C5
Complementary color
Monochromatic Colors of #7041C5
Black with #7041C5
Text Example
Text Example
White with #7041C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7041C5; }
p { color: rgb(112,65,197); }
H1.HeaderClassName
{
color: #7041C5;
}
.AnyTagClassName
{
color: #7041C5;
}
</style>
background-color css
<style>
a { background-color: #7041C5; }
a { background-color: rgb(112,65,197); }
div.DivClassName
{
background-color: #7041C5;
}
.BgClassName
{
background-color: #7041C5;
}
</style>
border-color css
<style>
span { border-color: #7041C5; }
span { border-color: rgb(112,65,197); }
td.TdClassName
{
border-color: #7041C5;
}
.TagClassName
{
border-color: #7041C5;
}
</style>