Shades of Dark Purple #761A73
Tints of Dark Purple #761A73
RGB
CMYK
RGB Variations
Color information
#761A73 (or 0x761A73) is known color: Dark Purple. HEX triplet: 76, 1A and 73. RGB value is (118,26,115). Sum of RGB (Red+Green+Blue) = 118+26+115=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #761A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A73 is #89E58C. Grayscale: #3F3F3F. Windows color (decimal): -9037197 or 7543414. OLE color: 7543414.
HSL color Cylindrical-coordinate representation of color #761A73: hue angle of 301.96º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A73 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 26 | 115 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.54 |
| HSL | 301.96º | 0.64% | 0.28% | - |
| HSV(B) | 301.96º | 0.78% | 0.46% | - |
| XYZ | 10.94 | 5.83 | 16.77 | - |
| YUV | 63.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 115 | 0 | 0.78 | 0.03 | 0.54 | 301.96 | 0.64 | 0.28 |
| Hex | 76 | 1A | 73 | 0 | 4E | 3 | 36 | 12E | 40 | 1C |
| Octal | 166 | 32 | 163 | 0 | 116 | 3 | 66 | 456 | 100 | 34 |
| Binary | 1110110 | 11010 | 1110011 | 0 | 1001110 | 11 | 110110 | 100101110 | 1000000 | 11100 |
Color Harmonies of #761A73
Complementary color
Monochromatic Colors of #761A73
Black with #761A73
Text Example
Text Example
White with #761A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761A73; }
p { color: rgb(118,26,115); }
H1.HeaderClassName
{
color: #761A73;
}
.AnyTagClassName
{
color: #761A73;
}
</style>
background-color css
<style>
a { background-color: #761A73; }
a { background-color: rgb(118,26,115); }
div.DivClassName
{
background-color: #761A73;
}
.BgClassName
{
background-color: #761A73;
}
</style>
border-color css
<style>
span { border-color: #761A73; }
span { border-color: rgb(118,26,115); }
td.TdClassName
{
border-color: #761A73;
}
.TagClassName
{
border-color: #761A73;
}
</style>