Shades of Purple Heart #772ED0
Tints of Purple Heart #772ED0
RGB
CMYK
RGB Variations
Color information
#772ED0 (or 0x772ED0) is known color: Purple Heart. HEX triplet: 77, 2E and D0. RGB value is (119,46,208). Sum of RGB (Red+Green+Blue) = 119+46+208=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 208 (81.64% from 255 or 55.76% from 373); Max value from RGB is 208 - color contains mainly: blue. Hex color #772ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772ED0 is #88D12F. Grayscale: #555555. Windows color (decimal): -8966448 or 13643383. OLE color: 13643383.
HSL color Cylindrical-coordinate representation of color #772ED0: hue angle of 267.04º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #772ED0 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 46 | 208 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.18 |
| HSL | 267.04º | 0.64% | 0.5% | - |
| HSV(B) | 267.04º | 0.78% | 0.82% | - |
| XYZ | 19.97 | 10.43 | 60.64 | - |
| YUV | 86.3 | 196.68 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 208 | 0.43 | 0.78 | 0 | 0.18 | 267.04 | 0.64 | 0.5 |
| Hex | 77 | 2E | D0 | 2B | 4E | 0 | 12 | 10B | 40 | 32 |
| Octal | 167 | 56 | 320 | 53 | 116 | 0 | 22 | 413 | 100 | 62 |
| Binary | 1110111 | 101110 | 11010000 | 101011 | 1001110 | 0 | 10010 | 100001011 | 1000000 | 110010 |
Color Harmonies of #772ED0
Complementary color
Monochromatic Colors of #772ED0
Black with #772ED0
Text Example
Text Example
White with #772ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772ED0; }
p { color: rgb(119,46,208); }
H1.HeaderClassName
{
color: #772ED0;
}
.AnyTagClassName
{
color: #772ED0;
}
</style>
background-color css
<style>
a { background-color: #772ED0; }
a { background-color: rgb(119,46,208); }
div.DivClassName
{
background-color: #772ED0;
}
.BgClassName
{
background-color: #772ED0;
}
</style>
border-color css
<style>
span { border-color: #772ED0; }
span { border-color: rgb(119,46,208); }
td.TdClassName
{
border-color: #772ED0;
}
.TagClassName
{
border-color: #772ED0;
}
</style>