Shades of Dark Purple #771474
Tints of Dark Purple #771474
RGB
CMYK
RGB Variations
Color information
#771474 (or 0x771474) is known color: Dark Purple. HEX triplet: 77, 14 and 74. RGB value is (119,20,116). Sum of RGB (Red+Green+Blue) = 119+20+116=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #771474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771474 is #88EB8B. Grayscale: #3C3C3C. Windows color (decimal): -8973196 or 7607415. OLE color: 7607415.
HSL color Cylindrical-coordinate representation of color #771474: hue angle of 301.82º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #771474 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 20 | 116 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.53 |
| HSL | 301.82º | 0.71% | 0.27% | - |
| HSV(B) | 301.82º | 0.83% | 0.47% | - |
| XYZ | 11.01 | 5.68 | 17.04 | - |
| YUV | 60.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 116 | 0 | 0.83 | 0.03 | 0.53 | 301.82 | 0.71 | 0.27 |
| Hex | 77 | 14 | 74 | 0 | 53 | 3 | 35 | 12E | 47 | 1B |
| Octal | 167 | 24 | 164 | 0 | 123 | 3 | 65 | 456 | 107 | 33 |
| Binary | 1110111 | 10100 | 1110100 | 0 | 1010011 | 11 | 110101 | 100101110 | 1000111 | 11011 |
Color Harmonies of #771474
Complementary color
Monochromatic Colors of #771474
Black with #771474
Text Example
Text Example
White with #771474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771474; }
p { color: rgb(119,20,116); }
H1.HeaderClassName
{
color: #771474;
}
.AnyTagClassName
{
color: #771474;
}
</style>
background-color css
<style>
a { background-color: #771474; }
a { background-color: rgb(119,20,116); }
div.DivClassName
{
background-color: #771474;
}
.BgClassName
{
background-color: #771474;
}
</style>
border-color css
<style>
span { border-color: #771474; }
span { border-color: rgb(119,20,116); }
td.TdClassName
{
border-color: #771474;
}
.TagClassName
{
border-color: #771474;
}
</style>