Shades of Dark Purple #972A7B
Tints of Dark Purple #972A7B
RGB
CMYK
RGB Variations
Color information
#972A7B (or 0x972A7B) is known color: Dark Purple. HEX triplet: 97, 2A and 7B. RGB value is (151,42,123). Sum of RGB (Red+Green+Blue) = 151+42+123=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #972A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972A7B is #68D584. Grayscale: #535353. Windows color (decimal): -6870405 or 8071831. OLE color: 8071831.
HSL color Cylindrical-coordinate representation of color #972A7B: hue angle of 315.41º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #972A7B is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 42 | 123 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.41 |
| HSL | 315.41º | 0.56% | 0.38% | - |
| HSV(B) | 315.41º | 0.72% | 0.59% | - |
| XYZ | 17.17 | 9.67 | 19.7 | - |
| YUV | 83.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 123 | 0 | 0.72 | 0.19 | 0.41 | 315.41 | 0.56 | 0.38 |
| Hex | 97 | 2A | 7B | 0 | 48 | 13 | 29 | 13B | 38 | 26 |
| Octal | 227 | 52 | 173 | 0 | 110 | 23 | 51 | 473 | 70 | 46 |
| Binary | 10010111 | 101010 | 1111011 | 0 | 1001000 | 10011 | 101001 | 100111011 | 111000 | 100110 |
Color Harmonies of #972A7B
Complementary color
Monochromatic Colors of #972A7B
Black with #972A7B
Text Example
Text Example
White with #972A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972A7B; }
p { color: rgb(151,42,123); }
H1.HeaderClassName
{
color: #972A7B;
}
.AnyTagClassName
{
color: #972A7B;
}
</style>
background-color css
<style>
a { background-color: #972A7B; }
a { background-color: rgb(151,42,123); }
div.DivClassName
{
background-color: #972A7B;
}
.BgClassName
{
background-color: #972A7B;
}
</style>
border-color css
<style>
span { border-color: #972A7B; }
span { border-color: rgb(151,42,123); }
td.TdClassName
{
border-color: #972A7B;
}
.TagClassName
{
border-color: #972A7B;
}
</style>