Shades of Purple Heart #772AC5
Tints of Purple Heart #772AC5
RGB
CMYK
RGB Variations
Color information
#772AC5 (or 0x772AC5) is known color: Purple Heart. HEX triplet: 77, 2A and C5. RGB value is (119,42,197). Sum of RGB (Red+Green+Blue) = 119+42+197=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 197 (77.34% from 255 or 55.03% from 358); Max value from RGB is 197 - color contains mainly: blue. Hex color #772AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772AC5 is #88D53A. Grayscale: #525252. Windows color (decimal): -8967483 or 12921463. OLE color: 12921463.
HSL color Cylindrical-coordinate representation of color #772AC5: hue angle of 269.81º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772AC5 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 42 | 197 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.23 |
| HSL | 269.81º | 0.65% | 0.47% | - |
| HSV(B) | 269.81º | 0.79% | 0.77% | - |
| XYZ | 18.51 | 9.61 | 53.7 | - |
| YUV | 82.69 | 192.51 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 197 | 0.40 | 0.79 | 0 | 0.23 | 269.81 | 0.65 | 0.47 |
| Hex | 77 | 2A | C5 | 28 | 4F | 0 | 17 | 10E | 41 | 2F |
| Octal | 167 | 52 | 305 | 50 | 117 | 0 | 27 | 416 | 101 | 57 |
| Binary | 1110111 | 101010 | 11000101 | 101000 | 1001111 | 0 | 10111 | 100001110 | 1000001 | 101111 |
Color Harmonies of #772AC5
Complementary color
Monochromatic Colors of #772AC5
Black with #772AC5
Text Example
Text Example
White with #772AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772AC5; }
p { color: rgb(119,42,197); }
H1.HeaderClassName
{
color: #772AC5;
}
.AnyTagClassName
{
color: #772AC5;
}
</style>
background-color css
<style>
a { background-color: #772AC5; }
a { background-color: rgb(119,42,197); }
div.DivClassName
{
background-color: #772AC5;
}
.BgClassName
{
background-color: #772AC5;
}
</style>
border-color css
<style>
span { border-color: #772AC5; }
span { border-color: rgb(119,42,197); }
td.TdClassName
{
border-color: #772AC5;
}
.TagClassName
{
border-color: #772AC5;
}
</style>