Shades of Dark Purple #973579
Tints of Dark Purple #973579
RGB
CMYK
RGB Variations
Color information
#973579 (or 0x973579) is known color: Dark Purple. HEX triplet: 97, 35 and 79. RGB value is (151,53,121). Sum of RGB (Red+Green+Blue) = 151+53+121=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #973579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973579 is #68CA86. Grayscale: #595959. Windows color (decimal): -6867591 or 7943575. OLE color: 7943575.
HSL color Cylindrical-coordinate representation of color #973579: hue angle of 318.37º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #973579 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 53 | 121 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.41 |
| HSL | 318.37º | 0.48% | 0.4% | - |
| HSV(B) | 318.37º | 0.65% | 0.59% | - |
| XYZ | 17.49 | 10.51 | 19.2 | - |
| YUV | 90.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 53 | 121 | 0 | 0.65 | 0.20 | 0.41 | 318.37 | 0.48 | 0.4 |
| Hex | 97 | 35 | 79 | 0 | 41 | 14 | 29 | 13E | 30 | 28 |
| Octal | 227 | 65 | 171 | 0 | 101 | 24 | 51 | 476 | 60 | 50 |
| Binary | 10010111 | 110101 | 1111001 | 0 | 1000001 | 10100 | 101001 | 100111110 | 110000 | 101000 |
Color Harmonies of #973579
Complementary color
Monochromatic Colors of #973579
Black with #973579
Text Example
Text Example
White with #973579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973579; }
p { color: rgb(151,53,121); }
H1.HeaderClassName
{
color: #973579;
}
.AnyTagClassName
{
color: #973579;
}
</style>
background-color css
<style>
a { background-color: #973579; }
a { background-color: rgb(151,53,121); }
div.DivClassName
{
background-color: #973579;
}
.BgClassName
{
background-color: #973579;
}
</style>
border-color css
<style>
span { border-color: #973579; }
span { border-color: rgb(151,53,121); }
td.TdClassName
{
border-color: #973579;
}
.TagClassName
{
border-color: #973579;
}
</style>