Shades of Dark Purple #772277
Tints of Dark Purple #772277
RGB
CMYK
RGB Variations
Color information
#772277 (or 0x772277) is known color: Dark Purple. HEX triplet: 77, 22 and 77. RGB value is (119,34,119). Sum of RGB (Red+Green+Blue) = 119+34+119=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #772277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772277 is #88DD88. Grayscale: #444444. Windows color (decimal): -8969609 or 7807607. OLE color: 7807607.
HSL color Cylindrical-coordinate representation of color #772277: hue angle of 300º 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 #772277 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 34 | 119 | - |
| CMYK | 0 | 0.71 | 0 | 0.53 |
| HSL | 300º | 0.56% | 0.3% | - |
| HSV(B) | 300º | 0.71% | 0.47% | - |
| XYZ | 11.51 | 6.4 | 18.08 | - |
| YUV | 69.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 34 | 119 | 0 | 0.71 | 0 | 0.53 | 300 | 0.56 | 0.3 |
| Hex | 77 | 22 | 77 | 0 | 47 | 0 | 35 | 12C | 38 | 1E |
| Octal | 167 | 42 | 167 | 0 | 107 | 0 | 65 | 454 | 70 | 36 |
| Binary | 1110111 | 100010 | 1110111 | 0 | 1000111 | 0 | 110101 | 100101100 | 111000 | 11110 |
Color Harmonies of #772277
Complementary color
Monochromatic Colors of #772277
Black with #772277
Text Example
Text Example
White with #772277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772277; }
p { color: rgb(119,34,119); }
H1.HeaderClassName
{
color: #772277;
}
.AnyTagClassName
{
color: #772277;
}
</style>
background-color css
<style>
a { background-color: #772277; }
a { background-color: rgb(119,34,119); }
div.DivClassName
{
background-color: #772277;
}
.BgClassName
{
background-color: #772277;
}
</style>
border-color css
<style>
span { border-color: #772277; }
span { border-color: rgb(119,34,119); }
td.TdClassName
{
border-color: #772277;
}
.TagClassName
{
border-color: #772277;
}
</style>