Shades of Dark Purple #771874
Tints of Dark Purple #771874
RGB
CMYK
RGB Variations
Color information
#771874 (or 0x771874) is known color: Dark Purple. HEX triplet: 77, 18 and 74. RGB value is (119,24,116). Sum of RGB (Red+Green+Blue) = 119+24+116=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #771874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771874 is #88E78B. Grayscale: #3E3E3E. Windows color (decimal): -8972172 or 7608439. OLE color: 7608439.
HSL color Cylindrical-coordinate representation of color #771874: hue angle of 301.89º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771874 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 24 | 116 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.53 |
| HSL | 301.89º | 0.66% | 0.28% | - |
| HSV(B) | 301.89º | 0.8% | 0.47% | - |
| XYZ | 11.09 | 5.84 | 17.07 | - |
| YUV | 62.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 116 | 0 | 0.80 | 0.03 | 0.53 | 301.89 | 0.66 | 0.28 |
| Hex | 77 | 18 | 74 | 0 | 50 | 3 | 35 | 12E | 42 | 1C |
| Octal | 167 | 30 | 164 | 0 | 120 | 3 | 65 | 456 | 102 | 34 |
| Binary | 1110111 | 11000 | 1110100 | 0 | 1010000 | 11 | 110101 | 100101110 | 1000010 | 11100 |
Color Harmonies of #771874
Complementary color
Monochromatic Colors of #771874
Black with #771874
Text Example
Text Example
White with #771874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771874; }
p { color: rgb(119,24,116); }
H1.HeaderClassName
{
color: #771874;
}
.AnyTagClassName
{
color: #771874;
}
</style>
background-color css
<style>
a { background-color: #771874; }
a { background-color: rgb(119,24,116); }
div.DivClassName
{
background-color: #771874;
}
.BgClassName
{
background-color: #771874;
}
</style>
border-color css
<style>
span { border-color: #771874; }
span { border-color: rgb(119,24,116); }
td.TdClassName
{
border-color: #771874;
}
.TagClassName
{
border-color: #771874;
}
</style>