Shades of Dark Purple #762079
Tints of Dark Purple #762079
RGB
CMYK
RGB Variations
Color information
#762079 (or 0x762079) is known color: Dark Purple. HEX triplet: 76, 20 and 79. RGB value is (118,32,121). Sum of RGB (Red+Green+Blue) = 118+32+121=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #762079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762079 is #89DF86. Grayscale: #434343. Windows color (decimal): -9035655 or 7938166. OLE color: 7938166.
HSL color Cylindrical-coordinate representation of color #762079: hue angle of 297.98º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762079 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 32 | 121 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.53 |
| HSL | 297.98º | 0.58% | 0.3% | - |
| HSV(B) | 297.98º | 0.74% | 0.47% | - |
| XYZ | 11.44 | 6.27 | 18.7 | - |
| YUV | 67.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 121 | 0.02 | 0.74 | 0 | 0.53 | 297.98 | 0.58 | 0.3 |
| Hex | 76 | 20 | 79 | 2 | 4A | 0 | 35 | 12A | 3A | 1E |
| Octal | 166 | 40 | 171 | 2 | 112 | 0 | 65 | 452 | 72 | 36 |
| Binary | 1110110 | 100000 | 1111001 | 10 | 1001010 | 0 | 110101 | 100101010 | 111010 | 11110 |
Color Harmonies of #762079
Complementary color
Monochromatic Colors of #762079
Black with #762079
Text Example
Text Example
White with #762079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762079; }
p { color: rgb(118,32,121); }
H1.HeaderClassName
{
color: #762079;
}
.AnyTagClassName
{
color: #762079;
}
</style>
background-color css
<style>
a { background-color: #762079; }
a { background-color: rgb(118,32,121); }
div.DivClassName
{
background-color: #762079;
}
.BgClassName
{
background-color: #762079;
}
</style>
border-color css
<style>
span { border-color: #762079; }
span { border-color: rgb(118,32,121); }
td.TdClassName
{
border-color: #762079;
}
.TagClassName
{
border-color: #762079;
}
</style>