Shades of Purple Heart #772DBD
Tints of Purple Heart #772DBD
RGB
CMYK
RGB Variations
Color information
#772DBD (or 0x772DBD) is known color: Purple Heart. HEX triplet: 77, 2D and BD. RGB value is (119,45,189). Sum of RGB (Red+Green+Blue) = 119+45+189=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #772DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772DBD is #88D242. Grayscale: #535353. Windows color (decimal): -8966723 or 12397943. OLE color: 12397943.
HSL color Cylindrical-coordinate representation of color #772DBD: hue angle of 270.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772DBD is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 45 | 189 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.26 |
| HSL | 270.83º | 0.62% | 0.46% | - |
| HSV(B) | 270.83º | 0.76% | 0.74% | - |
| XYZ | 17.73 | 9.47 | 49.04 | - |
| YUV | 83.54 | 187.52 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 189 | 0.37 | 0.76 | 0 | 0.26 | 270.83 | 0.62 | 0.46 |
| Hex | 77 | 2D | BD | 25 | 4C | 0 | 1A | 10F | 3E | 2E |
| Octal | 167 | 55 | 275 | 45 | 114 | 0 | 32 | 417 | 76 | 56 |
| Binary | 1110111 | 101101 | 10111101 | 100101 | 1001100 | 0 | 11010 | 100001111 | 111110 | 101110 |
Color Harmonies of #772DBD
Complementary color
Monochromatic Colors of #772DBD
Black with #772DBD
Text Example
Text Example
White with #772DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772DBD; }
p { color: rgb(119,45,189); }
H1.HeaderClassName
{
color: #772DBD;
}
.AnyTagClassName
{
color: #772DBD;
}
</style>
background-color css
<style>
a { background-color: #772DBD; }
a { background-color: rgb(119,45,189); }
div.DivClassName
{
background-color: #772DBD;
}
.BgClassName
{
background-color: #772DBD;
}
</style>
border-color css
<style>
span { border-color: #772DBD; }
span { border-color: rgb(119,45,189); }
td.TdClassName
{
border-color: #772DBD;
}
.TagClassName
{
border-color: #772DBD;
}
</style>