Shades of Purple Heart #7441C6
Tints of Purple Heart #7441C6
RGB
CMYK
RGB Variations
Color information
#7441C6 (or 0x7441C6) is known color: Purple Heart. HEX triplet: 74, 41 and C6. RGB value is (116,65,198). Sum of RGB (Red+Green+Blue) = 116+65+198=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 198 (77.73% from 255 or 52.24% from 379); Max value from RGB is 198 - color contains mainly: blue. Hex color #7441C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7441C6 is #8BBE39. Grayscale: #5E5E5E. Windows color (decimal): -9158202 or 12992884. OLE color: 12992884.
HSL color Cylindrical-coordinate representation of color #7441C6: hue angle of 263.01º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7441C6 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 65 | 198 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.22 |
| HSL | 263.01º | 0.54% | 0.52% | - |
| HSV(B) | 263.01º | 0.67% | 0.78% | - |
| XYZ | 19.29 | 11.57 | 54.64 | - |
| YUV | 95.41 | 185.9 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 198 | 0.41 | 0.67 | 0 | 0.22 | 263.01 | 0.54 | 0.52 |
| Hex | 74 | 41 | C6 | 29 | 43 | 0 | 16 | 107 | 36 | 34 |
| Octal | 164 | 101 | 306 | 51 | 103 | 0 | 26 | 407 | 66 | 64 |
| Binary | 1110100 | 1000001 | 11000110 | 101001 | 1000011 | 0 | 10110 | 100000111 | 110110 | 110100 |
Color Harmonies of #7441C6
Complementary color
Monochromatic Colors of #7441C6
Black with #7441C6
Text Example
Text Example
White with #7441C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7441C6; }
p { color: rgb(116,65,198); }
H1.HeaderClassName
{
color: #7441C6;
}
.AnyTagClassName
{
color: #7441C6;
}
</style>
background-color css
<style>
a { background-color: #7441C6; }
a { background-color: rgb(116,65,198); }
div.DivClassName
{
background-color: #7441C6;
}
.BgClassName
{
background-color: #7441C6;
}
</style>
border-color css
<style>
span { border-color: #7441C6; }
span { border-color: rgb(116,65,198); }
td.TdClassName
{
border-color: #7441C6;
}
.TagClassName
{
border-color: #7441C6;
}
</style>