Shades of Dark Purple #971D71
Tints of Dark Purple #971D71
RGB
CMYK
RGB Variations
Color information
#971D71 (or 0x971D71) is known color: Dark Purple. HEX triplet: 97, 1D and 71. RGB value is (151,29,113). Sum of RGB (Red+Green+Blue) = 151+29+113=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #971D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971D71 is #68E28E. Grayscale: #4A4A4A. Windows color (decimal): -6873743 or 7413143. OLE color: 7413143.
HSL color Cylindrical-coordinate representation of color #971D71: hue angle of 318.69º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971D71 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 29 | 113 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.41 |
| HSL | 318.69º | 0.68% | 0.35% | - |
| HSV(B) | 318.69º | 0.81% | 0.59% | - |
| XYZ | 16.18 | 8.65 | 16.44 | - |
| YUV | 75.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 29 | 113 | 0 | 0.81 | 0.25 | 0.41 | 318.69 | 0.68 | 0.35 |
| Hex | 97 | 1D | 71 | 0 | 51 | 19 | 29 | 13F | 44 | 23 |
| Octal | 227 | 35 | 161 | 0 | 121 | 31 | 51 | 477 | 104 | 43 |
| Binary | 10010111 | 11101 | 1110001 | 0 | 1010001 | 11001 | 101001 | 100111111 | 1000100 | 100011 |
Color Harmonies of #971D71
Complementary color
Monochromatic Colors of #971D71
Black with #971D71
Text Example
Text Example
White with #971D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971D71; }
p { color: rgb(151,29,113); }
H1.HeaderClassName
{
color: #971D71;
}
.AnyTagClassName
{
color: #971D71;
}
</style>
background-color css
<style>
a { background-color: #971D71; }
a { background-color: rgb(151,29,113); }
div.DivClassName
{
background-color: #971D71;
}
.BgClassName
{
background-color: #971D71;
}
</style>
border-color css
<style>
span { border-color: #971D71; }
span { border-color: rgb(151,29,113); }
td.TdClassName
{
border-color: #971D71;
}
.TagClassName
{
border-color: #971D71;
}
</style>