Shades of Dark Purple #771770
Tints of Dark Purple #771770
RGB
CMYK
RGB Variations
Color information
#771770 (or 0x771770) is known color: Dark Purple. HEX triplet: 77, 17 and 70. RGB value is (119,23,112). Sum of RGB (Red+Green+Blue) = 119+23+112=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #771770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771770 is #88E88F. Grayscale: #3D3D3D. Windows color (decimal): -8972432 or 7346039. OLE color: 7346039.
HSL color Cylindrical-coordinate representation of color #771770: hue angle of 304.38º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771770 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 23 | 112 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.53 |
| HSL | 304.38º | 0.68% | 0.28% | - |
| HSV(B) | 304.38º | 0.81% | 0.47% | - |
| XYZ | 10.84 | 5.7 | 15.86 | - |
| YUV | 61.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 112 | 0 | 0.81 | 0.06 | 0.53 | 304.38 | 0.68 | 0.28 |
| Hex | 77 | 17 | 70 | 0 | 51 | 6 | 35 | 130 | 44 | 1C |
| Octal | 167 | 27 | 160 | 0 | 121 | 6 | 65 | 460 | 104 | 34 |
| Binary | 1110111 | 10111 | 1110000 | 0 | 1010001 | 110 | 110101 | 100110000 | 1000100 | 11100 |
Color Harmonies of #771770
Complementary color
Monochromatic Colors of #771770
Black with #771770
Text Example
Text Example
White with #771770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771770; }
p { color: rgb(119,23,112); }
H1.HeaderClassName
{
color: #771770;
}
.AnyTagClassName
{
color: #771770;
}
</style>
background-color css
<style>
a { background-color: #771770; }
a { background-color: rgb(119,23,112); }
div.DivClassName
{
background-color: #771770;
}
.BgClassName
{
background-color: #771770;
}
</style>
border-color css
<style>
span { border-color: #771770; }
span { border-color: rgb(119,23,112); }
td.TdClassName
{
border-color: #771770;
}
.TagClassName
{
border-color: #771770;
}
</style>