Shades of Dark Purple #772371
Tints of Dark Purple #772371
RGB
CMYK
RGB Variations
Color information
#772371 (or 0x772371) is known color: Dark Purple. HEX triplet: 77, 23 and 71. RGB value is (119,35,113). Sum of RGB (Red+Green+Blue) = 119+35+113=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #772371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772371 is #88DC8E. Grayscale: #444444. Windows color (decimal): -8969359 or 7414647. OLE color: 7414647.
HSL color Cylindrical-coordinate representation of color #772371: hue angle of 304.29º degrees, saturation: 0.55, 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 #772371 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 35 | 113 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.53 |
| HSL | 304.29º | 0.55% | 0.3% | - |
| HSV(B) | 304.29º | 0.71% | 0.47% | - |
| XYZ | 11.19 | 6.32 | 16.25 | - |
| YUV | 69.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 35 | 113 | 0 | 0.71 | 0.05 | 0.53 | 304.29 | 0.55 | 0.3 |
| Hex | 77 | 23 | 71 | 0 | 47 | 5 | 35 | 130 | 37 | 1E |
| Octal | 167 | 43 | 161 | 0 | 107 | 5 | 65 | 460 | 67 | 36 |
| Binary | 1110111 | 100011 | 1110001 | 0 | 1000111 | 101 | 110101 | 100110000 | 110111 | 11110 |
Color Harmonies of #772371
Complementary color
Monochromatic Colors of #772371
Black with #772371
Text Example
Text Example
White with #772371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772371; }
p { color: rgb(119,35,113); }
H1.HeaderClassName
{
color: #772371;
}
.AnyTagClassName
{
color: #772371;
}
</style>
background-color css
<style>
a { background-color: #772371; }
a { background-color: rgb(119,35,113); }
div.DivClassName
{
background-color: #772371;
}
.BgClassName
{
background-color: #772371;
}
</style>
border-color css
<style>
span { border-color: #772371; }
span { border-color: rgb(119,35,113); }
td.TdClassName
{
border-color: #772371;
}
.TagClassName
{
border-color: #772371;
}
</style>