Shades of Dark Purple #971671
Tints of Dark Purple #971671
RGB
CMYK
RGB Variations
Color information
#971671 (or 0x971671) is known color: Dark Purple. HEX triplet: 97, 16 and 71. RGB value is (151,22,113). Sum of RGB (Red+Green+Blue) = 151+22+113=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #971671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971671 is #68E98E. Grayscale: #464646. Windows color (decimal): -6875535 or 7411351. OLE color: 7411351.
HSL color Cylindrical-coordinate representation of color #971671: hue angle of 317.67º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971671 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 22 | 113 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.41 |
| HSL | 317.67º | 0.75% | 0.34% | - |
| HSV(B) | 317.67º | 0.85% | 0.59% | - |
| XYZ | 16.03 | 8.35 | 16.39 | - |
| YUV | 70.95 | 151.74 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 113 | 0 | 0.85 | 0.25 | 0.41 | 317.67 | 0.75 | 0.34 |
| Hex | 97 | 16 | 71 | 0 | 55 | 19 | 29 | 13E | 4B | 22 |
| Octal | 227 | 26 | 161 | 0 | 125 | 31 | 51 | 476 | 113 | 42 |
| Binary | 10010111 | 10110 | 1110001 | 0 | 1010101 | 11001 | 101001 | 100111110 | 1001011 | 100010 |
Color Harmonies of #971671
Complementary color
Monochromatic Colors of #971671
Black with #971671
Text Example
Text Example
White with #971671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971671; }
p { color: rgb(151,22,113); }
H1.HeaderClassName
{
color: #971671;
}
.AnyTagClassName
{
color: #971671;
}
</style>
background-color css
<style>
a { background-color: #971671; }
a { background-color: rgb(151,22,113); }
div.DivClassName
{
background-color: #971671;
}
.BgClassName
{
background-color: #971671;
}
</style>
border-color css
<style>
span { border-color: #971671; }
span { border-color: rgb(151,22,113); }
td.TdClassName
{
border-color: #971671;
}
.TagClassName
{
border-color: #971671;
}
</style>