Shades of Dark Purple #972E7B
Tints of Dark Purple #972E7B
RGB
CMYK
RGB Variations
Color information
#972E7B (or 0x972E7B) is known color: Dark Purple. HEX triplet: 97, 2E and 7B. RGB value is (151,46,123). Sum of RGB (Red+Green+Blue) = 151+46+123=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #972E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972E7B is #68D184. Grayscale: #555555. Windows color (decimal): -6869381 or 8072855. OLE color: 8072855.
HSL color Cylindrical-coordinate representation of color #972E7B: hue angle of 316º 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 #972E7B is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 46 | 123 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.41 |
| HSL | 316º | 0.53% | 0.39% | - |
| HSV(B) | 316º | 0.7% | 0.59% | - |
| XYZ | 17.31 | 9.96 | 19.75 | - |
| YUV | 86.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 46 | 123 | 0 | 0.70 | 0.19 | 0.41 | 316 | 0.53 | 0.39 |
| Hex | 97 | 2E | 7B | 0 | 46 | 13 | 29 | 13C | 35 | 27 |
| Octal | 227 | 56 | 173 | 0 | 106 | 23 | 51 | 474 | 65 | 47 |
| Binary | 10010111 | 101110 | 1111011 | 0 | 1000110 | 10011 | 101001 | 100111100 | 110101 | 100111 |
Color Harmonies of #972E7B
Complementary color
Monochromatic Colors of #972E7B
Black with #972E7B
Text Example
Text Example
White with #972E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972E7B; }
p { color: rgb(151,46,123); }
H1.HeaderClassName
{
color: #972E7B;
}
.AnyTagClassName
{
color: #972E7B;
}
</style>
background-color css
<style>
a { background-color: #972E7B; }
a { background-color: rgb(151,46,123); }
div.DivClassName
{
background-color: #972E7B;
}
.BgClassName
{
background-color: #972E7B;
}
</style>
border-color css
<style>
span { border-color: #972E7B; }
span { border-color: rgb(151,46,123); }
td.TdClassName
{
border-color: #972E7B;
}
.TagClassName
{
border-color: #972E7B;
}
</style>