Shades of Dark Purple #761676
Tints of Dark Purple #761676
RGB
CMYK
RGB Variations
Color information
#761676 (or 0x761676) is known color: Dark Purple. HEX triplet: 76, 16 and 76. RGB value is (118,22,118). Sum of RGB (Red+Green+Blue) = 118+22+118=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #761676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761676 is #89E989. Grayscale: #3D3D3D. Windows color (decimal): -9038218 or 7738998. OLE color: 7738998.
HSL color Cylindrical-coordinate representation of color #761676: hue angle of 300º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761676 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 22 | 118 | - |
| CMYK | 0 | 0.81 | 0 | 0.54 |
| HSL | 300º | 0.69% | 0.27% | - |
| HSV(B) | 300º | 0.81% | 0.46% | - |
| XYZ | 11.03 | 5.73 | 17.66 | - |
| YUV | 61.65 | 159.8 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 118 | 0 | 0.81 | 0 | 0.54 | 300 | 0.69 | 0.27 |
| Hex | 76 | 16 | 76 | 0 | 51 | 0 | 36 | 12C | 45 | 1B |
| Octal | 166 | 26 | 166 | 0 | 121 | 0 | 66 | 454 | 105 | 33 |
| Binary | 1110110 | 10110 | 1110110 | 0 | 1010001 | 0 | 110110 | 100101100 | 1000101 | 11011 |
Color Harmonies of #761676
Complementary color
Monochromatic Colors of #761676
Black with #761676
Text Example
Text Example
White with #761676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761676; }
p { color: rgb(118,22,118); }
H1.HeaderClassName
{
color: #761676;
}
.AnyTagClassName
{
color: #761676;
}
</style>
background-color css
<style>
a { background-color: #761676; }
a { background-color: rgb(118,22,118); }
div.DivClassName
{
background-color: #761676;
}
.BgClassName
{
background-color: #761676;
}
</style>
border-color css
<style>
span { border-color: #761676; }
span { border-color: rgb(118,22,118); }
td.TdClassName
{
border-color: #761676;
}
.TagClassName
{
border-color: #761676;
}
</style>