Shades of Dark Purple #972C7D
Tints of Dark Purple #972C7D
RGB
CMYK
RGB Variations
Color information
#972C7D (or 0x972C7D) is known color: Dark Purple. HEX triplet: 97, 2C and 7D. RGB value is (151,44,125). Sum of RGB (Red+Green+Blue) = 151+44+125=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #972C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972C7D is #68D382. Grayscale: #555555. Windows color (decimal): -6869891 or 8203415. OLE color: 8203415.
HSL color Cylindrical-coordinate representation of color #972C7D: hue angle of 314.58º 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 #972C7D is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 44 | 125 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.41 |
| HSL | 314.58º | 0.55% | 0.38% | - |
| HSV(B) | 314.58º | 0.71% | 0.59% | - |
| XYZ | 17.36 | 9.86 | 20.39 | - |
| YUV | 85.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 125 | 0 | 0.71 | 0.17 | 0.41 | 314.58 | 0.55 | 0.38 |
| Hex | 97 | 2C | 7D | 0 | 47 | 11 | 29 | 13B | 37 | 26 |
| Octal | 227 | 54 | 175 | 0 | 107 | 21 | 51 | 473 | 67 | 46 |
| Binary | 10010111 | 101100 | 1111101 | 0 | 1000111 | 10001 | 101001 | 100111011 | 110111 | 100110 |
Color Harmonies of #972C7D
Complementary color
Monochromatic Colors of #972C7D
Black with #972C7D
Text Example
Text Example
White with #972C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972C7D; }
p { color: rgb(151,44,125); }
H1.HeaderClassName
{
color: #972C7D;
}
.AnyTagClassName
{
color: #972C7D;
}
</style>
background-color css
<style>
a { background-color: #972C7D; }
a { background-color: rgb(151,44,125); }
div.DivClassName
{
background-color: #972C7D;
}
.BgClassName
{
background-color: #972C7D;
}
</style>
border-color css
<style>
span { border-color: #972C7D; }
span { border-color: rgb(151,44,125); }
td.TdClassName
{
border-color: #972C7D;
}
.TagClassName
{
border-color: #972C7D;
}
</style>