Shades of Dark Purple #76197D
Tints of Dark Purple #76197D
RGB
CMYK
RGB Variations
Color information
#76197D (or 0x76197D) is known color: Dark Purple. HEX triplet: 76, 19 and 7D. RGB value is (118,25,125). Sum of RGB (Red+Green+Blue) = 118+25+125=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #76197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76197D is #89E682. Grayscale: #3F3F3F. Windows color (decimal): -9037443 or 8198518. OLE color: 8198518.
HSL color Cylindrical-coordinate representation of color #76197D: hue angle of 295.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76197D is Cyan = 0.06, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 25 | 125 | - |
| CMYK | 0.06 | 0.8 | 0 | 0.51 |
| HSL | 295.8º | 0.67% | 0.29% | - |
| HSV(B) | 295.8º | 0.8% | 0.49% | - |
| XYZ | 11.52 | 6.03 | 19.96 | - |
| YUV | 64.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 125 | 0.06 | 0.8 | 0 | 0.51 | 295.8 | 0.67 | 0.29 |
| Hex | 76 | 19 | 7D | 6 | 50 | 0 | 33 | 128 | 43 | 1D |
| Octal | 166 | 31 | 175 | 6 | 120 | 0 | 63 | 450 | 103 | 35 |
| Binary | 1110110 | 11001 | 1111101 | 110 | 1010000 | 0 | 110011 | 100101000 | 1000011 | 11101 |
Color Harmonies of #76197D
Complementary color
Monochromatic Colors of #76197D
Black with #76197D
Text Example
Text Example
White with #76197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76197D; }
p { color: rgb(118,25,125); }
H1.HeaderClassName
{
color: #76197D;
}
.AnyTagClassName
{
color: #76197D;
}
</style>
background-color css
<style>
a { background-color: #76197D; }
a { background-color: rgb(118,25,125); }
div.DivClassName
{
background-color: #76197D;
}
.BgClassName
{
background-color: #76197D;
}
</style>
border-color css
<style>
span { border-color: #76197D; }
span { border-color: rgb(118,25,125); }
td.TdClassName
{
border-color: #76197D;
}
.TagClassName
{
border-color: #76197D;
}
</style>