Shades of Purple Heart #772DB1
Tints of Purple Heart #772DB1
RGB
CMYK
RGB Variations
Color information
#772DB1 (or 0x772DB1) is known color: Purple Heart. HEX triplet: 77, 2D and B1. RGB value is (119,45,177). Sum of RGB (Red+Green+Blue) = 119+45+177=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #772DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772DB1 is #88D24E. Grayscale: #515151. Windows color (decimal): -8966735 or 11611511. OLE color: 11611511.
HSL color Cylindrical-coordinate representation of color #772DB1: hue angle of 273.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772DB1 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 45 | 177 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.31 |
| HSL | 273.64º | 0.59% | 0.44% | - |
| HSV(B) | 273.64º | 0.75% | 0.69% | - |
| XYZ | 16.48 | 8.97 | 42.46 | - |
| YUV | 82.17 | 181.52 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 177 | 0.33 | 0.75 | 0 | 0.31 | 273.64 | 0.59 | 0.44 |
| Hex | 77 | 2D | B1 | 21 | 4B | 0 | 1F | 112 | 3B | 2C |
| Octal | 167 | 55 | 261 | 41 | 113 | 0 | 37 | 422 | 73 | 54 |
| Binary | 1110111 | 101101 | 10110001 | 100001 | 1001011 | 0 | 11111 | 100010010 | 111011 | 101100 |
Color Harmonies of #772DB1
Complementary color
Monochromatic Colors of #772DB1
Black with #772DB1
Text Example
Text Example
White with #772DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772DB1; }
p { color: rgb(119,45,177); }
H1.HeaderClassName
{
color: #772DB1;
}
.AnyTagClassName
{
color: #772DB1;
}
</style>
background-color css
<style>
a { background-color: #772DB1; }
a { background-color: rgb(119,45,177); }
div.DivClassName
{
background-color: #772DB1;
}
.BgClassName
{
background-color: #772DB1;
}
</style>
border-color css
<style>
span { border-color: #772DB1; }
span { border-color: rgb(119,45,177); }
td.TdClassName
{
border-color: #772DB1;
}
.TagClassName
{
border-color: #772DB1;
}
</style>