Shades of Purple Heart #7741C5
Tints of Purple Heart #7741C5
RGB
CMYK
RGB Variations
Color information
#7741C5 (or 0x7741C5) is known color: Purple Heart. HEX triplet: 77, 41 and C5. RGB value is (119,65,197). Sum of RGB (Red+Green+Blue) = 119+65+197=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #7741C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7741C5 is #88BE3A. Grayscale: #5F5F5F. Windows color (decimal): -8961595 or 12927351. OLE color: 12927351.
HSL color Cylindrical-coordinate representation of color #7741C5: hue angle of 264.55º 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 #7741C5 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 65 | 197 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.23 |
| HSL | 264.55º | 0.53% | 0.51% | - |
| HSV(B) | 264.55º | 0.67% | 0.77% | - |
| XYZ | 19.58 | 11.73 | 54.06 | - |
| YUV | 96.19 | 184.89 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 197 | 0.40 | 0.67 | 0 | 0.23 | 264.55 | 0.53 | 0.51 |
| Hex | 77 | 41 | C5 | 28 | 43 | 0 | 17 | 109 | 35 | 33 |
| Octal | 167 | 101 | 305 | 50 | 103 | 0 | 27 | 411 | 65 | 63 |
| Binary | 1110111 | 1000001 | 11000101 | 101000 | 1000011 | 0 | 10111 | 100001001 | 110101 | 110011 |
Color Harmonies of #7741C5
Complementary color
Monochromatic Colors of #7741C5
Black with #7741C5
Text Example
Text Example
White with #7741C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7741C5; }
p { color: rgb(119,65,197); }
H1.HeaderClassName
{
color: #7741C5;
}
.AnyTagClassName
{
color: #7741C5;
}
</style>
background-color css
<style>
a { background-color: #7741C5; }
a { background-color: rgb(119,65,197); }
div.DivClassName
{
background-color: #7741C5;
}
.BgClassName
{
background-color: #7741C5;
}
</style>
border-color css
<style>
span { border-color: #7741C5; }
span { border-color: rgb(119,65,197); }
td.TdClassName
{
border-color: #7741C5;
}
.TagClassName
{
border-color: #7741C5;
}
</style>