Shades of Purple Heart #772CCE
Tints of Purple Heart #772CCE
RGB
CMYK
RGB Variations
Color information
#772CCE (or 0x772CCE) is known color: Purple Heart. HEX triplet: 77, 2C and CE. RGB value is (119,44,206). Sum of RGB (Red+Green+Blue) = 119+44+206=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #772CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772CCE is #88D331. Grayscale: #545454. Windows color (decimal): -8966962 or 13511799. OLE color: 13511799.
HSL color Cylindrical-coordinate representation of color #772CCE: hue angle of 267.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772CCE is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 44 | 206 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.19 |
| HSL | 267.78º | 0.65% | 0.49% | - |
| HSV(B) | 267.78º | 0.79% | 0.81% | - |
| XYZ | 19.65 | 10.18 | 59.32 | - |
| YUV | 84.89 | 196.35 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 206 | 0.42 | 0.79 | 0 | 0.19 | 267.78 | 0.65 | 0.49 |
| Hex | 77 | 2C | CE | 2A | 4F | 0 | 13 | 10C | 41 | 31 |
| Octal | 167 | 54 | 316 | 52 | 117 | 0 | 23 | 414 | 101 | 61 |
| Binary | 1110111 | 101100 | 11001110 | 101010 | 1001111 | 0 | 10011 | 100001100 | 1000001 | 110001 |
Color Harmonies of #772CCE
Complementary color
Monochromatic Colors of #772CCE
Black with #772CCE
Text Example
Text Example
White with #772CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772CCE; }
p { color: rgb(119,44,206); }
H1.HeaderClassName
{
color: #772CCE;
}
.AnyTagClassName
{
color: #772CCE;
}
</style>
background-color css
<style>
a { background-color: #772CCE; }
a { background-color: rgb(119,44,206); }
div.DivClassName
{
background-color: #772CCE;
}
.BgClassName
{
background-color: #772CCE;
}
</style>
border-color css
<style>
span { border-color: #772CCE; }
span { border-color: rgb(119,44,206); }
td.TdClassName
{
border-color: #772CCE;
}
.TagClassName
{
border-color: #772CCE;
}
</style>