Shades of Dark Purple #772275
Tints of Dark Purple #772275
RGB
CMYK
RGB Variations
Color information
#772275 (or 0x772275) is known color: Dark Purple. HEX triplet: 77, 22 and 75. RGB value is (119,34,117). Sum of RGB (Red+Green+Blue) = 119+34+117=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #772275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772275 is #88DD8A. Grayscale: #444444. Windows color (decimal): -8969611 or 7676535. OLE color: 7676535.
HSL color Cylindrical-coordinate representation of color #772275: hue angle of 301.41º 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 #772275 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 34 | 117 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.53 |
| HSL | 301.41º | 0.56% | 0.3% | - |
| HSV(B) | 301.41º | 0.71% | 0.47% | - |
| XYZ | 11.39 | 6.35 | 17.46 | - |
| YUV | 68.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 34 | 117 | 0 | 0.71 | 0.02 | 0.53 | 301.41 | 0.56 | 0.3 |
| Hex | 77 | 22 | 75 | 0 | 47 | 2 | 35 | 12D | 38 | 1E |
| Octal | 167 | 42 | 165 | 0 | 107 | 2 | 65 | 455 | 70 | 36 |
| Binary | 1110111 | 100010 | 1110101 | 0 | 1000111 | 10 | 110101 | 100101101 | 111000 | 11110 |
Color Harmonies of #772275
Complementary color
Monochromatic Colors of #772275
Black with #772275
Text Example
Text Example
White with #772275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772275; }
p { color: rgb(119,34,117); }
H1.HeaderClassName
{
color: #772275;
}
.AnyTagClassName
{
color: #772275;
}
</style>
background-color css
<style>
a { background-color: #772275; }
a { background-color: rgb(119,34,117); }
div.DivClassName
{
background-color: #772275;
}
.BgClassName
{
background-color: #772275;
}
</style>
border-color css
<style>
span { border-color: #772275; }
span { border-color: rgb(119,34,117); }
td.TdClassName
{
border-color: #772275;
}
.TagClassName
{
border-color: #772275;
}
</style>