Shades of Purple Heart #772CB2
Tints of Purple Heart #772CB2
RGB
CMYK
RGB Variations
Color information
#772CB2 (or 0x772CB2) is known color: Purple Heart. HEX triplet: 77, 2C and B2. RGB value is (119,44,178). Sum of RGB (Red+Green+Blue) = 119+44+178=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 178 (69.92% from 255 or 52.20% from 341); Max value from RGB is 178 - color contains mainly: blue. Hex color #772CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772CB2 is #88D34D. Grayscale: #515151. Windows color (decimal): -8966990 or 11676791. OLE color: 11676791.
HSL color Cylindrical-coordinate representation of color #772CB2: hue angle of 273.58º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772CB2 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 44 | 178 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.30 |
| HSL | 273.58º | 0.6% | 0.44% | - |
| HSV(B) | 273.58º | 0.75% | 0.7% | - |
| XYZ | 16.54 | 8.94 | 42.97 | - |
| YUV | 81.7 | 182.35 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 178 | 0.33 | 0.75 | 0 | 0.30 | 273.58 | 0.6 | 0.44 |
| Hex | 77 | 2C | B2 | 21 | 4B | 0 | 1E | 112 | 3C | 2C |
| Octal | 167 | 54 | 262 | 41 | 113 | 0 | 36 | 422 | 74 | 54 |
| Binary | 1110111 | 101100 | 10110010 | 100001 | 1001011 | 0 | 11110 | 100010010 | 111100 | 101100 |
Color Harmonies of #772CB2
Complementary color
Monochromatic Colors of #772CB2
Black with #772CB2
Text Example
Text Example
White with #772CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772CB2; }
p { color: rgb(119,44,178); }
H1.HeaderClassName
{
color: #772CB2;
}
.AnyTagClassName
{
color: #772CB2;
}
</style>
background-color css
<style>
a { background-color: #772CB2; }
a { background-color: rgb(119,44,178); }
div.DivClassName
{
background-color: #772CB2;
}
.BgClassName
{
background-color: #772CB2;
}
</style>
border-color css
<style>
span { border-color: #772CB2; }
span { border-color: rgb(119,44,178); }
td.TdClassName
{
border-color: #772CB2;
}
.TagClassName
{
border-color: #772CB2;
}
</style>