Shades of Dark Purple #772173
Tints of Dark Purple #772173
RGB
CMYK
RGB Variations
Color information
#772173 (or 0x772173) is known color: Dark Purple. HEX triplet: 77, 21 and 73. RGB value is (119,33,115). Sum of RGB (Red+Green+Blue) = 119+33+115=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #772173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772173 is #88DE8C. Grayscale: #434343. Windows color (decimal): -8969869 or 7545207. OLE color: 7545207.
HSL color Cylindrical-coordinate representation of color #772173: hue angle of 302.79º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772173 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 33 | 115 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.53 |
| HSL | 302.79º | 0.57% | 0.3% | - |
| HSV(B) | 302.79º | 0.72% | 0.47% | - |
| XYZ | 11.25 | 6.25 | 16.83 | - |
| YUV | 68.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 115 | 0 | 0.72 | 0.03 | 0.53 | 302.79 | 0.57 | 0.3 |
| Hex | 77 | 21 | 73 | 0 | 48 | 3 | 35 | 12F | 39 | 1E |
| Octal | 167 | 41 | 163 | 0 | 110 | 3 | 65 | 457 | 71 | 36 |
| Binary | 1110111 | 100001 | 1110011 | 0 | 1001000 | 11 | 110101 | 100101111 | 111001 | 11110 |
Color Harmonies of #772173
Complementary color
Monochromatic Colors of #772173
Black with #772173
Text Example
Text Example
White with #772173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772173; }
p { color: rgb(119,33,115); }
H1.HeaderClassName
{
color: #772173;
}
.AnyTagClassName
{
color: #772173;
}
</style>
background-color css
<style>
a { background-color: #772173; }
a { background-color: rgb(119,33,115); }
div.DivClassName
{
background-color: #772173;
}
.BgClassName
{
background-color: #772173;
}
</style>
border-color css
<style>
span { border-color: #772173; }
span { border-color: rgb(119,33,115); }
td.TdClassName
{
border-color: #772173;
}
.TagClassName
{
border-color: #772173;
}
</style>