Shades of Dark Purple #76196E
Tints of Dark Purple #76196E
RGB
CMYK
RGB Variations
Color information
#76196E (or 0x76196E) is known color: Dark Purple. HEX triplet: 76, 19 and 6E. RGB value is (118,25,110). Sum of RGB (Red+Green+Blue) = 118+25+110=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #76196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76196E is #89E691. Grayscale: #3E3E3E. Windows color (decimal): -9037458 or 7215478. OLE color: 7215478.
HSL color Cylindrical-coordinate representation of color #76196E: hue angle of 305.16º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76196E is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 25 | 110 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.54 |
| HSL | 305.16º | 0.65% | 0.28% | - |
| HSV(B) | 305.16º | 0.79% | 0.46% | - |
| XYZ | 10.63 | 5.67 | 15.29 | - |
| YUV | 62.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 110 | 0 | 0.79 | 0.07 | 0.54 | 305.16 | 0.65 | 0.28 |
| Hex | 76 | 19 | 6E | 0 | 4F | 7 | 36 | 131 | 41 | 1C |
| Octal | 166 | 31 | 156 | 0 | 117 | 7 | 66 | 461 | 101 | 34 |
| Binary | 1110110 | 11001 | 1101110 | 0 | 1001111 | 111 | 110110 | 100110001 | 1000001 | 11100 |
Color Harmonies of #76196E
Complementary color
Monochromatic Colors of #76196E
Black with #76196E
Text Example
Text Example
White with #76196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76196E; }
p { color: rgb(118,25,110); }
H1.HeaderClassName
{
color: #76196E;
}
.AnyTagClassName
{
color: #76196E;
}
</style>
background-color css
<style>
a { background-color: #76196E; }
a { background-color: rgb(118,25,110); }
div.DivClassName
{
background-color: #76196E;
}
.BgClassName
{
background-color: #76196E;
}
</style>
border-color css
<style>
span { border-color: #76196E; }
span { border-color: rgb(118,25,110); }
td.TdClassName
{
border-color: #76196E;
}
.TagClassName
{
border-color: #76196E;
}
</style>