Shades of Dark Purple #76197E
Tints of Dark Purple #76197E
RGB
CMYK
RGB Variations
Color information
#76197E (or 0x76197E) is known color: Dark Purple. HEX triplet: 76, 19 and 7E. RGB value is (118,25,126). Sum of RGB (Red+Green+Blue) = 118+25+126=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 126 - color contains mainly: blue. Hex color #76197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76197E is #89E681. Grayscale: #404040. Windows color (decimal): -9037442 or 8264054. OLE color: 8264054.
HSL color Cylindrical-coordinate representation of color #76197E: hue angle of 295.25º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76197E is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 25 | 126 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.51 |
| HSL | 295.25º | 0.67% | 0.3% | - |
| HSV(B) | 295.25º | 0.8% | 0.49% | - |
| XYZ | 11.58 | 6.05 | 20.3 | - |
| YUV | 64.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 126 | 0.06 | 0.80 | 0 | 0.51 | 295.25 | 0.67 | 0.3 |
| Hex | 76 | 19 | 7E | 6 | 50 | 0 | 33 | 127 | 43 | 1E |
| Octal | 166 | 31 | 176 | 6 | 120 | 0 | 63 | 447 | 103 | 36 |
| Binary | 1110110 | 11001 | 1111110 | 110 | 1010000 | 0 | 110011 | 100100111 | 1000011 | 11110 |
Color Harmonies of #76197E
Complementary color
Monochromatic Colors of #76197E
Black with #76197E
Text Example
Text Example
White with #76197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76197E; }
p { color: rgb(118,25,126); }
H1.HeaderClassName
{
color: #76197E;
}
.AnyTagClassName
{
color: #76197E;
}
</style>
background-color css
<style>
a { background-color: #76197E; }
a { background-color: rgb(118,25,126); }
div.DivClassName
{
background-color: #76197E;
}
.BgClassName
{
background-color: #76197E;
}
</style>
border-color css
<style>
span { border-color: #76197E; }
span { border-color: rgb(118,25,126); }
td.TdClassName
{
border-color: #76197E;
}
.TagClassName
{
border-color: #76197E;
}
</style>