Shades of Dark Purple #971180
Tints of Dark Purple #971180
RGB
CMYK
RGB Variations
Color information
#971180 (or 0x971180) is known color: Dark Purple. HEX triplet: 97, 11 and 80. RGB value is (151,17,128). Sum of RGB (Red+Green+Blue) = 151+17+128=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #971180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971180 is #68EE7F. Grayscale: #454545. Windows color (decimal): -6876800 or 8393111. OLE color: 8393111.
HSL color Cylindrical-coordinate representation of color #971180: hue angle of 310.3º 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 #971180 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 128 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.41 |
| HSL | 310.3º | 0.8% | 0.33% | - |
| HSV(B) | 310.3º | 0.89% | 0.59% | - |
| XYZ | 16.86 | 8.54 | 21.18 | - |
| YUV | 69.72 | 160.89 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 128 | 0 | 0.89 | 0.15 | 0.41 | 310.3 | 0.8 | 0.33 |
| Hex | 97 | 11 | 80 | 0 | 59 | F | 29 | 136 | 50 | 21 |
| Octal | 227 | 21 | 200 | 0 | 131 | 17 | 51 | 466 | 120 | 41 |
| Binary | 10010111 | 10001 | 10000000 | 0 | 1011001 | 1111 | 101001 | 100110110 | 1010000 | 100001 |
Color Harmonies of #971180
Complementary color
Monochromatic Colors of #971180
Black with #971180
Text Example
Text Example
White with #971180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971180; }
p { color: rgb(151,17,128); }
H1.HeaderClassName
{
color: #971180;
}
.AnyTagClassName
{
color: #971180;
}
</style>
background-color css
<style>
a { background-color: #971180; }
a { background-color: rgb(151,17,128); }
div.DivClassName
{
background-color: #971180;
}
.BgClassName
{
background-color: #971180;
}
</style>
border-color css
<style>
span { border-color: #971180; }
span { border-color: rgb(151,17,128); }
td.TdClassName
{
border-color: #971180;
}
.TagClassName
{
border-color: #971180;
}
</style>