Shades of Purple Heart #772ACC
Tints of Purple Heart #772ACC
RGB
CMYK
RGB Variations
Color information
#772ACC (or 0x772ACC) is known color: Purple Heart. HEX triplet: 77, 2A and CC. RGB value is (119,42,204). Sum of RGB (Red+Green+Blue) = 119+42+204=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #772ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772ACC is #88D533. Grayscale: #525252. Windows color (decimal): -8967476 or 13380215. OLE color: 13380215.
HSL color Cylindrical-coordinate representation of color #772ACC: hue angle of 268.52º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772ACC is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 42 | 204 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.2 |
| HSL | 268.52º | 0.66% | 0.48% | - |
| HSV(B) | 268.52º | 0.79% | 0.8% | - |
| XYZ | 19.33 | 9.94 | 58.03 | - |
| YUV | 83.49 | 196.01 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 204 | 0.42 | 0.79 | 0 | 0.2 | 268.52 | 0.66 | 0.48 |
| Hex | 77 | 2A | CC | 2A | 4F | 0 | 14 | 10D | 42 | 30 |
| Octal | 167 | 52 | 314 | 52 | 117 | 0 | 24 | 415 | 102 | 60 |
| Binary | 1110111 | 101010 | 11001100 | 101010 | 1001111 | 0 | 10100 | 100001101 | 1000010 | 110000 |
Color Harmonies of #772ACC
Complementary color
Monochromatic Colors of #772ACC
Black with #772ACC
Text Example
Text Example
White with #772ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772ACC; }
p { color: rgb(119,42,204); }
H1.HeaderClassName
{
color: #772ACC;
}
.AnyTagClassName
{
color: #772ACC;
}
</style>
background-color css
<style>
a { background-color: #772ACC; }
a { background-color: rgb(119,42,204); }
div.DivClassName
{
background-color: #772ACC;
}
.BgClassName
{
background-color: #772ACC;
}
</style>
border-color css
<style>
span { border-color: #772ACC; }
span { border-color: rgb(119,42,204); }
td.TdClassName
{
border-color: #772ACC;
}
.TagClassName
{
border-color: #772ACC;
}
</style>