Shades of Dark Purple #772471
Tints of Dark Purple #772471
RGB
CMYK
RGB Variations
Color information
#772471 (or 0x772471) is known color: Dark Purple. HEX triplet: 77, 24 and 71. RGB value is (119,36,113). Sum of RGB (Red+Green+Blue) = 119+36+113=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #772471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772471 is #88DB8E. Grayscale: #454545. Windows color (decimal): -8969103 or 7414903. OLE color: 7414903.
HSL color Cylindrical-coordinate representation of color #772471: hue angle of 304.34º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772471 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 36 | 113 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.53 |
| HSL | 304.34º | 0.54% | 0.3% | - |
| HSV(B) | 304.34º | 0.7% | 0.47% | - |
| XYZ | 11.22 | 6.38 | 16.26 | - |
| YUV | 69.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 36 | 113 | 0 | 0.70 | 0.05 | 0.53 | 304.34 | 0.54 | 0.3 |
| Hex | 77 | 24 | 71 | 0 | 46 | 5 | 35 | 130 | 36 | 1E |
| Octal | 167 | 44 | 161 | 0 | 106 | 5 | 65 | 460 | 66 | 36 |
| Binary | 1110111 | 100100 | 1110001 | 0 | 1000110 | 101 | 110101 | 100110000 | 110110 | 11110 |
Color Harmonies of #772471
Complementary color
Monochromatic Colors of #772471
Black with #772471
Text Example
Text Example
White with #772471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772471; }
p { color: rgb(119,36,113); }
H1.HeaderClassName
{
color: #772471;
}
.AnyTagClassName
{
color: #772471;
}
</style>
background-color css
<style>
a { background-color: #772471; }
a { background-color: rgb(119,36,113); }
div.DivClassName
{
background-color: #772471;
}
.BgClassName
{
background-color: #772471;
}
</style>
border-color css
<style>
span { border-color: #772471; }
span { border-color: rgb(119,36,113); }
td.TdClassName
{
border-color: #772471;
}
.TagClassName
{
border-color: #772471;
}
</style>