Shades of Purple Heart #772CBC
Tints of Purple Heart #772CBC
RGB
CMYK
RGB Variations
Color information
#772CBC (or 0x772CBC) is known color: Purple Heart. HEX triplet: 77, 2C and BC. RGB value is (119,44,188). Sum of RGB (Red+Green+Blue) = 119+44+188=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #772CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772CBC is #88D343. Grayscale: #525252. Windows color (decimal): -8966980 or 12332151. OLE color: 12332151.
HSL color Cylindrical-coordinate representation of color #772CBC: hue angle of 271.25º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #772CBC is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 44 | 188 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.26 |
| HSL | 271.25º | 0.62% | 0.45% | - |
| HSV(B) | 271.25º | 0.77% | 0.74% | - |
| XYZ | 17.59 | 9.35 | 48.46 | - |
| YUV | 82.84 | 187.35 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 188 | 0.37 | 0.77 | 0 | 0.26 | 271.25 | 0.62 | 0.45 |
| Hex | 77 | 2C | BC | 25 | 4D | 0 | 1A | 10F | 3E | 2D |
| Octal | 167 | 54 | 274 | 45 | 115 | 0 | 32 | 417 | 76 | 55 |
| Binary | 1110111 | 101100 | 10111100 | 100101 | 1001101 | 0 | 11010 | 100001111 | 111110 | 101101 |
Color Harmonies of #772CBC
Complementary color
Monochromatic Colors of #772CBC
Black with #772CBC
Text Example
Text Example
White with #772CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772CBC; }
p { color: rgb(119,44,188); }
H1.HeaderClassName
{
color: #772CBC;
}
.AnyTagClassName
{
color: #772CBC;
}
</style>
background-color css
<style>
a { background-color: #772CBC; }
a { background-color: rgb(119,44,188); }
div.DivClassName
{
background-color: #772CBC;
}
.BgClassName
{
background-color: #772CBC;
}
</style>
border-color css
<style>
span { border-color: #772CBC; }
span { border-color: rgb(119,44,188); }
td.TdClassName
{
border-color: #772CBC;
}
.TagClassName
{
border-color: #772CBC;
}
</style>