Shades of Dark Purple #972C6D
Tints of Dark Purple #972C6D
RGB
CMYK
RGB Variations
Color information
#972C6D (or 0x972C6D) is known color: Dark Purple. HEX triplet: 97, 2C and 6D. RGB value is (151,44,109). Sum of RGB (Red+Green+Blue) = 151+44+109=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #972C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972C6D is #68D392. Grayscale: #535353. Windows color (decimal): -6869907 or 7154839. OLE color: 7154839.
HSL color Cylindrical-coordinate representation of color #972C6D: hue angle of 323.55º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #972C6D is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 44 | 109 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.41 |
| HSL | 323.55º | 0.55% | 0.38% | - |
| HSV(B) | 323.55º | 0.71% | 0.59% | - |
| XYZ | 16.42 | 9.48 | 15.43 | - |
| YUV | 83.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 109 | 0 | 0.71 | 0.28 | 0.41 | 323.55 | 0.55 | 0.38 |
| Hex | 97 | 2C | 6D | 0 | 47 | 1C | 29 | 144 | 37 | 26 |
| Octal | 227 | 54 | 155 | 0 | 107 | 34 | 51 | 504 | 67 | 46 |
| Binary | 10010111 | 101100 | 1101101 | 0 | 1000111 | 11100 | 101001 | 101000100 | 110111 | 100110 |
Color Harmonies of #972C6D
Complementary color
Monochromatic Colors of #972C6D
Black with #972C6D
Text Example
Text Example
White with #972C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972C6D; }
p { color: rgb(151,44,109); }
H1.HeaderClassName
{
color: #972C6D;
}
.AnyTagClassName
{
color: #972C6D;
}
</style>
background-color css
<style>
a { background-color: #972C6D; }
a { background-color: rgb(151,44,109); }
div.DivClassName
{
background-color: #972C6D;
}
.BgClassName
{
background-color: #972C6D;
}
</style>
border-color css
<style>
span { border-color: #972C6D; }
span { border-color: rgb(151,44,109); }
td.TdClassName
{
border-color: #972C6D;
}
.TagClassName
{
border-color: #972C6D;
}
</style>