Shades of Dark Purple #772272
Tints of Dark Purple #772272
RGB
CMYK
RGB Variations
Color information
#772272 (or 0x772272) is known color: Dark Purple. HEX triplet: 77, 22 and 72. RGB value is (119,34,114). Sum of RGB (Red+Green+Blue) = 119+34+114=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #772272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772272 is #88DD8D. Grayscale: #444444. Windows color (decimal): -8969614 or 7479927. OLE color: 7479927.
HSL color Cylindrical-coordinate representation of color #772272: hue angle of 303.53º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772272 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 34 | 114 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.53 |
| HSL | 303.53º | 0.56% | 0.3% | - |
| HSV(B) | 303.53º | 0.71% | 0.47% | - |
| XYZ | 11.22 | 6.28 | 16.54 | - |
| YUV | 68.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 34 | 114 | 0 | 0.71 | 0.04 | 0.53 | 303.53 | 0.56 | 0.3 |
| Hex | 77 | 22 | 72 | 0 | 47 | 4 | 35 | 130 | 38 | 1E |
| Octal | 167 | 42 | 162 | 0 | 107 | 4 | 65 | 460 | 70 | 36 |
| Binary | 1110111 | 100010 | 1110010 | 0 | 1000111 | 100 | 110101 | 100110000 | 111000 | 11110 |
Color Harmonies of #772272
Complementary color
Monochromatic Colors of #772272
Black with #772272
Text Example
Text Example
White with #772272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772272; }
p { color: rgb(119,34,114); }
H1.HeaderClassName
{
color: #772272;
}
.AnyTagClassName
{
color: #772272;
}
</style>
background-color css
<style>
a { background-color: #772272; }
a { background-color: rgb(119,34,114); }
div.DivClassName
{
background-color: #772272;
}
.BgClassName
{
background-color: #772272;
}
</style>
border-color css
<style>
span { border-color: #772272; }
span { border-color: rgb(119,34,114); }
td.TdClassName
{
border-color: #772272;
}
.TagClassName
{
border-color: #772272;
}
</style>