Shades of Dark Purple #972E7D
Tints of Dark Purple #972E7D
RGB
CMYK
RGB Variations
Color information
#972E7D (or 0x972E7D) is known color: Dark Purple. HEX triplet: 97, 2E and 7D. RGB value is (151,46,125). Sum of RGB (Red+Green+Blue) = 151+46+125=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #972E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972E7D is #68D182. Grayscale: #565656. Windows color (decimal): -6869379 or 8203927. OLE color: 8203927.
HSL color Cylindrical-coordinate representation of color #972E7D: hue angle of 314.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972E7D is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 46 | 125 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.41 |
| HSL | 314.86º | 0.53% | 0.39% | - |
| HSV(B) | 314.86º | 0.7% | 0.59% | - |
| XYZ | 17.44 | 10.01 | 20.42 | - |
| YUV | 86.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 46 | 125 | 0 | 0.70 | 0.17 | 0.41 | 314.86 | 0.53 | 0.39 |
| Hex | 97 | 2E | 7D | 0 | 46 | 11 | 29 | 13B | 35 | 27 |
| Octal | 227 | 56 | 175 | 0 | 106 | 21 | 51 | 473 | 65 | 47 |
| Binary | 10010111 | 101110 | 1111101 | 0 | 1000110 | 10001 | 101001 | 100111011 | 110101 | 100111 |
Color Harmonies of #972E7D
Complementary color
Monochromatic Colors of #972E7D
Black with #972E7D
Text Example
Text Example
White with #972E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972E7D; }
p { color: rgb(151,46,125); }
H1.HeaderClassName
{
color: #972E7D;
}
.AnyTagClassName
{
color: #972E7D;
}
</style>
background-color css
<style>
a { background-color: #972E7D; }
a { background-color: rgb(151,46,125); }
div.DivClassName
{
background-color: #972E7D;
}
.BgClassName
{
background-color: #972E7D;
}
</style>
border-color css
<style>
span { border-color: #972E7D; }
span { border-color: rgb(151,46,125); }
td.TdClassName
{
border-color: #972E7D;
}
.TagClassName
{
border-color: #972E7D;
}
</style>