Shades of Dark Purple #971880
Tints of Dark Purple #971880
RGB
CMYK
RGB Variations
Color information
#971880 (or 0x971880) is known color: Dark Purple. HEX triplet: 97, 18 and 80. RGB value is (151,24,128). Sum of RGB (Red+Green+Blue) = 151+24+128=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #971880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971880 is #68E77F. Grayscale: #494949. Windows color (decimal): -6875008 or 8394903. OLE color: 8394903.
HSL color Cylindrical-coordinate representation of color #971880: hue angle of 310.87º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971880 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 24 | 128 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.41 |
| HSL | 310.87º | 0.73% | 0.34% | - |
| HSV(B) | 310.87º | 0.84% | 0.59% | - |
| XYZ | 16.99 | 8.79 | 21.22 | - |
| YUV | 73.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 128 | 0 | 0.84 | 0.15 | 0.41 | 310.87 | 0.73 | 0.34 |
| Hex | 97 | 18 | 80 | 0 | 54 | F | 29 | 137 | 49 | 22 |
| Octal | 227 | 30 | 200 | 0 | 124 | 17 | 51 | 467 | 111 | 42 |
| Binary | 10010111 | 11000 | 10000000 | 0 | 1010100 | 1111 | 101001 | 100110111 | 1001001 | 100010 |
Color Harmonies of #971880
Complementary color
Monochromatic Colors of #971880
Black with #971880
Text Example
Text Example
White with #971880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971880; }
p { color: rgb(151,24,128); }
H1.HeaderClassName
{
color: #971880;
}
.AnyTagClassName
{
color: #971880;
}
</style>
background-color css
<style>
a { background-color: #971880; }
a { background-color: rgb(151,24,128); }
div.DivClassName
{
background-color: #971880;
}
.BgClassName
{
background-color: #971880;
}
</style>
border-color css
<style>
span { border-color: #971880; }
span { border-color: rgb(151,24,128); }
td.TdClassName
{
border-color: #971880;
}
.TagClassName
{
border-color: #971880;
}
</style>