Shades of Purple Heart #772CC8
Tints of Purple Heart #772CC8
RGB
CMYK
RGB Variations
Color information
#772CC8 (or 0x772CC8) is known color: Purple Heart. HEX triplet: 77, 2C and C8. RGB value is (119,44,200). Sum of RGB (Red+Green+Blue) = 119+44+200=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #772CC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772CC8 is #88D337. Grayscale: #535353. Windows color (decimal): -8966968 or 13118583. OLE color: 13118583.
HSL color Cylindrical-coordinate representation of color #772CC8: hue angle of 268.85º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #772CC8 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 44 | 200 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.22 |
| HSL | 268.85º | 0.64% | 0.48% | - |
| HSV(B) | 268.85º | 0.78% | 0.78% | - |
| XYZ | 18.93 | 9.89 | 55.56 | - |
| YUV | 84.21 | 193.35 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 200 | 0.40 | 0.78 | 0 | 0.22 | 268.85 | 0.64 | 0.48 |
| Hex | 77 | 2C | C8 | 28 | 4E | 0 | 16 | 10D | 40 | 30 |
| Octal | 167 | 54 | 310 | 50 | 116 | 0 | 26 | 415 | 100 | 60 |
| Binary | 1110111 | 101100 | 11001000 | 101000 | 1001110 | 0 | 10110 | 100001101 | 1000000 | 110000 |
Color Harmonies of #772CC8
Complementary color
Monochromatic Colors of #772CC8
Black with #772CC8
Text Example
Text Example
White with #772CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772CC8; }
p { color: rgb(119,44,200); }
H1.HeaderClassName
{
color: #772CC8;
}
.AnyTagClassName
{
color: #772CC8;
}
</style>
background-color css
<style>
a { background-color: #772CC8; }
a { background-color: rgb(119,44,200); }
div.DivClassName
{
background-color: #772CC8;
}
.BgClassName
{
background-color: #772CC8;
}
</style>
border-color css
<style>
span { border-color: #772CC8; }
span { border-color: rgb(119,44,200); }
td.TdClassName
{
border-color: #772CC8;
}
.TagClassName
{
border-color: #772CC8;
}
</style>