Shades of Dark Purple #971179
Tints of Dark Purple #971179
RGB
CMYK
RGB Variations
Color information
#971179 (or 0x971179) is known color: Dark Purple. HEX triplet: 97, 11 and 79. RGB value is (151,17,121). Sum of RGB (Red+Green+Blue) = 151+17+121=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #971179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971179 is #68EE86. Grayscale: #444444. Windows color (decimal): -6876807 or 7934359. OLE color: 7934359.
HSL color Cylindrical-coordinate representation of color #971179: hue angle of 313.43º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971179 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 121 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.41 |
| HSL | 313.43º | 0.8% | 0.33% | - |
| HSV(B) | 313.43º | 0.89% | 0.59% | - |
| XYZ | 16.41 | 8.36 | 18.84 | - |
| YUV | 68.92 | 157.39 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 121 | 0 | 0.89 | 0.20 | 0.41 | 313.43 | 0.8 | 0.33 |
| Hex | 97 | 11 | 79 | 0 | 59 | 14 | 29 | 139 | 50 | 21 |
| Octal | 227 | 21 | 171 | 0 | 131 | 24 | 51 | 471 | 120 | 41 |
| Binary | 10010111 | 10001 | 1111001 | 0 | 1011001 | 10100 | 101001 | 100111001 | 1010000 | 100001 |
Color Harmonies of #971179
Complementary color
Monochromatic Colors of #971179
Black with #971179
Text Example
Text Example
White with #971179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971179; }
p { color: rgb(151,17,121); }
H1.HeaderClassName
{
color: #971179;
}
.AnyTagClassName
{
color: #971179;
}
</style>
background-color css
<style>
a { background-color: #971179; }
a { background-color: rgb(151,17,121); }
div.DivClassName
{
background-color: #971179;
}
.BgClassName
{
background-color: #971179;
}
</style>
border-color css
<style>
span { border-color: #971179; }
span { border-color: rgb(151,17,121); }
td.TdClassName
{
border-color: #971179;
}
.TagClassName
{
border-color: #971179;
}
</style>