Shades of Dark Purple #973979
Tints of Dark Purple #973979
RGB
CMYK
RGB Variations
Color information
#973979 (or 0x973979) is known color: Dark Purple. HEX triplet: 97, 39 and 79. RGB value is (151,57,121). Sum of RGB (Red+Green+Blue) = 151+57+121=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #973979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973979 is #68C686. Grayscale: #5C5C5C. Windows color (decimal): -6866567 or 7944599. OLE color: 7944599.
HSL color Cylindrical-coordinate representation of color #973979: hue angle of 319.15º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973979 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 57 | 121 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.41 |
| HSL | 319.15º | 0.45% | 0.41% | - |
| HSV(B) | 319.15º | 0.62% | 0.59% | - |
| XYZ | 17.68 | 10.89 | 19.26 | - |
| YUV | 92.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 57 | 121 | 0 | 0.62 | 0.20 | 0.41 | 319.15 | 0.45 | 0.41 |
| Hex | 97 | 39 | 79 | 0 | 3E | 14 | 29 | 13F | 2D | 29 |
| Octal | 227 | 71 | 171 | 0 | 76 | 24 | 51 | 477 | 55 | 51 |
| Binary | 10010111 | 111001 | 1111001 | 0 | 111110 | 10100 | 101001 | 100111111 | 101101 | 101001 |
Color Harmonies of #973979
Complementary color
Monochromatic Colors of #973979
Black with #973979
Text Example
Text Example
White with #973979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973979; }
p { color: rgb(151,57,121); }
H1.HeaderClassName
{
color: #973979;
}
.AnyTagClassName
{
color: #973979;
}
</style>
background-color css
<style>
a { background-color: #973979; }
a { background-color: rgb(151,57,121); }
div.DivClassName
{
background-color: #973979;
}
.BgClassName
{
background-color: #973979;
}
</style>
border-color css
<style>
span { border-color: #973979; }
span { border-color: rgb(151,57,121); }
td.TdClassName
{
border-color: #973979;
}
.TagClassName
{
border-color: #973979;
}
</style>