Shades of Dark Purple #761779
Tints of Dark Purple #761779
RGB
CMYK
RGB Variations
Color information
#761779 (or 0x761779) is known color: Dark Purple. HEX triplet: 76, 17 and 79. RGB value is (118,23,121). Sum of RGB (Red+Green+Blue) = 118+23+121=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #761779 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761779 is #89E886. Grayscale: #3E3E3E. Windows color (decimal): -9037959 or 7935862. OLE color: 7935862.
HSL color Cylindrical-coordinate representation of color #761779: hue angle of 298.16º 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 #761779 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 23 | 121 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.53 |
| HSL | 298.16º | 0.68% | 0.28% | - |
| HSV(B) | 298.16º | 0.81% | 0.47% | - |
| XYZ | 11.23 | 5.84 | 18.63 | - |
| YUV | 62.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 121 | 0.02 | 0.81 | 0 | 0.53 | 298.16 | 0.68 | 0.28 |
| Hex | 76 | 17 | 79 | 2 | 51 | 0 | 35 | 12A | 44 | 1C |
| Octal | 166 | 27 | 171 | 2 | 121 | 0 | 65 | 452 | 104 | 34 |
| Binary | 1110110 | 10111 | 1111001 | 10 | 1010001 | 0 | 110101 | 100101010 | 1000100 | 11100 |
Color Harmonies of #761779
Complementary color
Monochromatic Colors of #761779
Black with #761779
Text Example
Text Example
White with #761779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761779; }
p { color: rgb(118,23,121); }
H1.HeaderClassName
{
color: #761779;
}
.AnyTagClassName
{
color: #761779;
}
</style>
background-color css
<style>
a { background-color: #761779; }
a { background-color: rgb(118,23,121); }
div.DivClassName
{
background-color: #761779;
}
.BgClassName
{
background-color: #761779;
}
</style>
border-color css
<style>
span { border-color: #761779; }
span { border-color: rgb(118,23,121); }
td.TdClassName
{
border-color: #761779;
}
.TagClassName
{
border-color: #761779;
}
</style>