Shades of Purple Heart #772BD0
Tints of Purple Heart #772BD0
RGB
CMYK
RGB Variations
Color information
#772BD0 (or 0x772BD0) is known color: Purple Heart. HEX triplet: 77, 2B and D0. RGB value is (119,43,208). Sum of RGB (Red+Green+Blue) = 119+43+208=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 208 (81.64% from 255 or 56.22% from 370); Max value from RGB is 208 - color contains mainly: blue. Hex color #772BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772BD0 is #88D42F. Grayscale: #535353. Windows color (decimal): -8967216 or 13642615. OLE color: 13642615.
HSL color Cylindrical-coordinate representation of color #772BD0: hue angle of 267.64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772BD0 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 43 | 208 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.18 |
| HSL | 267.64º | 0.66% | 0.49% | - |
| HSV(B) | 267.64º | 0.79% | 0.82% | - |
| XYZ | 19.86 | 10.2 | 60.6 | - |
| YUV | 84.53 | 197.68 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 208 | 0.43 | 0.79 | 0 | 0.18 | 267.64 | 0.66 | 0.49 |
| Hex | 77 | 2B | D0 | 2B | 4F | 0 | 12 | 10C | 42 | 31 |
| Octal | 167 | 53 | 320 | 53 | 117 | 0 | 22 | 414 | 102 | 61 |
| Binary | 1110111 | 101011 | 11010000 | 101011 | 1001111 | 0 | 10010 | 100001100 | 1000010 | 110001 |
Color Harmonies of #772BD0
Complementary color
Monochromatic Colors of #772BD0
Black with #772BD0
Text Example
Text Example
White with #772BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772BD0; }
p { color: rgb(119,43,208); }
H1.HeaderClassName
{
color: #772BD0;
}
.AnyTagClassName
{
color: #772BD0;
}
</style>
background-color css
<style>
a { background-color: #772BD0; }
a { background-color: rgb(119,43,208); }
div.DivClassName
{
background-color: #772BD0;
}
.BgClassName
{
background-color: #772BD0;
}
</style>
border-color css
<style>
span { border-color: #772BD0; }
span { border-color: rgb(119,43,208); }
td.TdClassName
{
border-color: #772BD0;
}
.TagClassName
{
border-color: #772BD0;
}
</style>