Shades of Dark Purple #972D6F
Tints of Dark Purple #972D6F
RGB
CMYK
RGB Variations
Color information
#972D6F (or 0x972D6F) is known color: Dark Purple. HEX triplet: 97, 2D and 6F. RGB value is (151,45,111). Sum of RGB (Red+Green+Blue) = 151+45+111=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #972D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972D6F is #68D290. Grayscale: #545454. Windows color (decimal): -6869649 or 7286167. OLE color: 7286167.
HSL color Cylindrical-coordinate representation of color #972D6F: hue angle of 322.64º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972D6F is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 45 | 111 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.41 |
| HSL | 322.64º | 0.54% | 0.38% | - |
| HSV(B) | 322.64º | 0.7% | 0.59% | - |
| XYZ | 16.57 | 9.6 | 16.02 | - |
| YUV | 84.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 111 | 0 | 0.70 | 0.26 | 0.41 | 322.64 | 0.54 | 0.38 |
| Hex | 97 | 2D | 6F | 0 | 46 | 1A | 29 | 143 | 36 | 26 |
| Octal | 227 | 55 | 157 | 0 | 106 | 32 | 51 | 503 | 66 | 46 |
| Binary | 10010111 | 101101 | 1101111 | 0 | 1000110 | 11010 | 101001 | 101000011 | 110110 | 100110 |
Color Harmonies of #972D6F
Complementary color
Monochromatic Colors of #972D6F
Black with #972D6F
Text Example
Text Example
White with #972D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972D6F; }
p { color: rgb(151,45,111); }
H1.HeaderClassName
{
color: #972D6F;
}
.AnyTagClassName
{
color: #972D6F;
}
</style>
background-color css
<style>
a { background-color: #972D6F; }
a { background-color: rgb(151,45,111); }
div.DivClassName
{
background-color: #972D6F;
}
.BgClassName
{
background-color: #972D6F;
}
</style>
border-color css
<style>
span { border-color: #972D6F; }
span { border-color: rgb(151,45,111); }
td.TdClassName
{
border-color: #972D6F;
}
.TagClassName
{
border-color: #972D6F;
}
</style>