Shades of Purple Heart #772ABA
Tints of Purple Heart #772ABA
RGB
CMYK
RGB Variations
Color information
#772ABA (or 0x772ABA) is known color: Purple Heart. HEX triplet: 77, 2A and BA. RGB value is (119,42,186). Sum of RGB (Red+Green+Blue) = 119+42+186=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #772ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772ABA is #88D545. Grayscale: #505050. Windows color (decimal): -8967494 or 12200567. OLE color: 12200567.
HSL color Cylindrical-coordinate representation of color #772ABA: hue angle of 272.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #772ABA is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 42 | 186 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.27 |
| HSL | 272.08º | 0.63% | 0.45% | - |
| HSV(B) | 272.08º | 0.77% | 0.73% | - |
| XYZ | 17.3 | 9.12 | 47.3 | - |
| YUV | 81.44 | 187.01 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 186 | 0.36 | 0.77 | 0 | 0.27 | 272.08 | 0.63 | 0.45 |
| Hex | 77 | 2A | BA | 24 | 4D | 0 | 1B | 110 | 3F | 2D |
| Octal | 167 | 52 | 272 | 44 | 115 | 0 | 33 | 420 | 77 | 55 |
| Binary | 1110111 | 101010 | 10111010 | 100100 | 1001101 | 0 | 11011 | 100010000 | 111111 | 101101 |
Color Harmonies of #772ABA
Complementary color
Monochromatic Colors of #772ABA
Black with #772ABA
Text Example
Text Example
White with #772ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772ABA; }
p { color: rgb(119,42,186); }
H1.HeaderClassName
{
color: #772ABA;
}
.AnyTagClassName
{
color: #772ABA;
}
</style>
background-color css
<style>
a { background-color: #772ABA; }
a { background-color: rgb(119,42,186); }
div.DivClassName
{
background-color: #772ABA;
}
.BgClassName
{
background-color: #772ABA;
}
</style>
border-color css
<style>
span { border-color: #772ABA; }
span { border-color: rgb(119,42,186); }
td.TdClassName
{
border-color: #772ABA;
}
.TagClassName
{
border-color: #772ABA;
}
</style>