Shades of Purple Heart #7744C6
Tints of Purple Heart #7744C6
RGB
CMYK
RGB Variations
Color information
#7744C6 (or 0x7744C6) is known color: Purple Heart. HEX triplet: 77, 44 and C6. RGB value is (119,68,198). Sum of RGB (Red+Green+Blue) = 119+68+198=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #7744C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7744C6 is #88BB39. Grayscale: #616161. Windows color (decimal): -8960826 or 12993655. OLE color: 12993655.
HSL color Cylindrical-coordinate representation of color #7744C6: hue angle of 263.54º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7744C6 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 68 | 198 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.22 |
| HSL | 263.54º | 0.53% | 0.52% | - |
| HSV(B) | 263.54º | 0.66% | 0.78% | - |
| XYZ | 19.87 | 12.13 | 54.72 | - |
| YUV | 98.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 198 | 0.40 | 0.66 | 0 | 0.22 | 263.54 | 0.53 | 0.52 |
| Hex | 77 | 44 | C6 | 28 | 42 | 0 | 16 | 108 | 35 | 34 |
| Octal | 167 | 104 | 306 | 50 | 102 | 0 | 26 | 410 | 65 | 64 |
| Binary | 1110111 | 1000100 | 11000110 | 101000 | 1000010 | 0 | 10110 | 100001000 | 110101 | 110100 |
Color Harmonies of #7744C6
Complementary color
Monochromatic Colors of #7744C6
Black with #7744C6
Text Example
Text Example
White with #7744C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7744C6; }
p { color: rgb(119,68,198); }
H1.HeaderClassName
{
color: #7744C6;
}
.AnyTagClassName
{
color: #7744C6;
}
</style>
background-color css
<style>
a { background-color: #7744C6; }
a { background-color: rgb(119,68,198); }
div.DivClassName
{
background-color: #7744C6;
}
.BgClassName
{
background-color: #7744C6;
}
</style>
border-color css
<style>
span { border-color: #7744C6; }
span { border-color: rgb(119,68,198); }
td.TdClassName
{
border-color: #7744C6;
}
.TagClassName
{
border-color: #7744C6;
}
</style>