Shades of Dark Purple #772475
Tints of Dark Purple #772475
RGB
CMYK
RGB Variations
Color information
#772475 (or 0x772475) is known color: Dark Purple. HEX triplet: 77, 24 and 75. RGB value is (119,36,117). Sum of RGB (Red+Green+Blue) = 119+36+117=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #772475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772475 is #88DB8A. Grayscale: #454545. Windows color (decimal): -8969099 or 7677047. OLE color: 7677047.
HSL color Cylindrical-coordinate representation of color #772475: hue angle of 301.45º 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 #772475 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 36 | 117 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.53 |
| HSL | 301.45º | 0.54% | 0.3% | - |
| HSV(B) | 301.45º | 0.7% | 0.47% | - |
| XYZ | 11.45 | 6.47 | 17.47 | - |
| YUV | 70.05 | 154.5 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 36 | 117 | 0 | 0.70 | 0.02 | 0.53 | 301.45 | 0.54 | 0.3 |
| Hex | 77 | 24 | 75 | 0 | 46 | 2 | 35 | 12D | 36 | 1E |
| Octal | 167 | 44 | 165 | 0 | 106 | 2 | 65 | 455 | 66 | 36 |
| Binary | 1110111 | 100100 | 1110101 | 0 | 1000110 | 10 | 110101 | 100101101 | 110110 | 11110 |
Color Harmonies of #772475
Complementary color
Monochromatic Colors of #772475
Black with #772475
Text Example
Text Example
White with #772475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772475; }
p { color: rgb(119,36,117); }
H1.HeaderClassName
{
color: #772475;
}
.AnyTagClassName
{
color: #772475;
}
</style>
background-color css
<style>
a { background-color: #772475; }
a { background-color: rgb(119,36,117); }
div.DivClassName
{
background-color: #772475;
}
.BgClassName
{
background-color: #772475;
}
</style>
border-color css
<style>
span { border-color: #772475; }
span { border-color: rgb(119,36,117); }
td.TdClassName
{
border-color: #772475;
}
.TagClassName
{
border-color: #772475;
}
</style>