Shades of Purple Heart #7744CE
Tints of Purple Heart #7744CE
RGB
CMYK
RGB Variations
Color information
#7744CE (or 0x7744CE) is known color: Purple Heart. HEX triplet: 77, 44 and CE. RGB value is (119,68,206). Sum of RGB (Red+Green+Blue) = 119+68+206=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #7744CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7744CE is #88BB31. Grayscale: #626262. Windows color (decimal): -8960818 or 13517943. OLE color: 13517943.
HSL color Cylindrical-coordinate representation of color #7744CE: hue angle of 262.17º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7744CE is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 68 | 206 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.19 |
| HSL | 262.17º | 0.58% | 0.54% | - |
| HSV(B) | 262.17º | 0.67% | 0.81% | - |
| XYZ | 20.82 | 12.51 | 59.71 | - |
| YUV | 98.98 | 188.4 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 206 | 0.42 | 0.67 | 0 | 0.19 | 262.17 | 0.58 | 0.54 |
| Hex | 77 | 44 | CE | 2A | 43 | 0 | 13 | 106 | 3A | 36 |
| Octal | 167 | 104 | 316 | 52 | 103 | 0 | 23 | 406 | 72 | 66 |
| Binary | 1110111 | 1000100 | 11001110 | 101010 | 1000011 | 0 | 10011 | 100000110 | 111010 | 110110 |
Color Harmonies of #7744CE
Complementary color
Monochromatic Colors of #7744CE
Black with #7744CE
Text Example
Text Example
White with #7744CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7744CE; }
p { color: rgb(119,68,206); }
H1.HeaderClassName
{
color: #7744CE;
}
.AnyTagClassName
{
color: #7744CE;
}
</style>
background-color css
<style>
a { background-color: #7744CE; }
a { background-color: rgb(119,68,206); }
div.DivClassName
{
background-color: #7744CE;
}
.BgClassName
{
background-color: #7744CE;
}
</style>
border-color css
<style>
span { border-color: #7744CE; }
span { border-color: rgb(119,68,206); }
td.TdClassName
{
border-color: #7744CE;
}
.TagClassName
{
border-color: #7744CE;
}
</style>