Shades of Purple Heart #772AB7
Tints of Purple Heart #772AB7
RGB
CMYK
RGB Variations
Color information
#772AB7 (or 0x772AB7) is known color: Purple Heart. HEX triplet: 77, 2A and B7. RGB value is (119,42,183). Sum of RGB (Red+Green+Blue) = 119+42+183=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #772AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772AB7 is #88D548. Grayscale: #505050. Windows color (decimal): -8967497 or 12003959. OLE color: 12003959.
HSL color Cylindrical-coordinate representation of color #772AB7: hue angle of 272.77º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #772AB7 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 42 | 183 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.28 |
| HSL | 272.77º | 0.63% | 0.44% | - |
| HSV(B) | 272.77º | 0.77% | 0.72% | - |
| XYZ | 16.98 | 9 | 45.64 | - |
| YUV | 81.1 | 185.51 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 183 | 0.35 | 0.77 | 0 | 0.28 | 272.77 | 0.63 | 0.44 |
| Hex | 77 | 2A | B7 | 23 | 4D | 0 | 1C | 111 | 3F | 2C |
| Octal | 167 | 52 | 267 | 43 | 115 | 0 | 34 | 421 | 77 | 54 |
| Binary | 1110111 | 101010 | 10110111 | 100011 | 1001101 | 0 | 11100 | 100010001 | 111111 | 101100 |
Color Harmonies of #772AB7
Complementary color
Monochromatic Colors of #772AB7
Black with #772AB7
Text Example
Text Example
White with #772AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772AB7; }
p { color: rgb(119,42,183); }
H1.HeaderClassName
{
color: #772AB7;
}
.AnyTagClassName
{
color: #772AB7;
}
</style>
background-color css
<style>
a { background-color: #772AB7; }
a { background-color: rgb(119,42,183); }
div.DivClassName
{
background-color: #772AB7;
}
.BgClassName
{
background-color: #772AB7;
}
</style>
border-color css
<style>
span { border-color: #772AB7; }
span { border-color: rgb(119,42,183); }
td.TdClassName
{
border-color: #772AB7;
}
.TagClassName
{
border-color: #772AB7;
}
</style>