Shades of Purple Heart #772CBE
Tints of Purple Heart #772CBE
RGB
CMYK
RGB Variations
Color information
#772CBE (or 0x772CBE) is known color: Purple Heart. HEX triplet: 77, 2C and BE. RGB value is (119,44,190). Sum of RGB (Red+Green+Blue) = 119+44+190=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #772CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772CBE is #88D341. Grayscale: #525252. Windows color (decimal): -8966978 or 12463223. OLE color: 12463223.
HSL color Cylindrical-coordinate representation of color #772CBE: hue angle of 270.82º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #772CBE is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 44 | 190 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.25 |
| HSL | 270.82º | 0.62% | 0.46% | - |
| HSV(B) | 270.82º | 0.77% | 0.75% | - |
| XYZ | 17.8 | 9.44 | 49.6 | - |
| YUV | 83.07 | 188.35 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 190 | 0.37 | 0.77 | 0 | 0.25 | 270.82 | 0.62 | 0.46 |
| Hex | 77 | 2C | BE | 25 | 4D | 0 | 19 | 10F | 3E | 2E |
| Octal | 167 | 54 | 276 | 45 | 115 | 0 | 31 | 417 | 76 | 56 |
| Binary | 1110111 | 101100 | 10111110 | 100101 | 1001101 | 0 | 11001 | 100001111 | 111110 | 101110 |
Color Harmonies of #772CBE
Complementary color
Monochromatic Colors of #772CBE
Black with #772CBE
Text Example
Text Example
White with #772CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772CBE; }
p { color: rgb(119,44,190); }
H1.HeaderClassName
{
color: #772CBE;
}
.AnyTagClassName
{
color: #772CBE;
}
</style>
background-color css
<style>
a { background-color: #772CBE; }
a { background-color: rgb(119,44,190); }
div.DivClassName
{
background-color: #772CBE;
}
.BgClassName
{
background-color: #772CBE;
}
</style>
border-color css
<style>
span { border-color: #772CBE; }
span { border-color: rgb(119,44,190); }
td.TdClassName
{
border-color: #772CBE;
}
.TagClassName
{
border-color: #772CBE;
}
</style>