Shades of Dark Purple #973F7D
Tints of Dark Purple #973F7D
RGB
CMYK
RGB Variations
Color information
#973F7D (or 0x973F7D) is known color: Dark Purple. HEX triplet: 97, 3F and 7D. RGB value is (151,63,125). Sum of RGB (Red+Green+Blue) = 151+63+125=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #973F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973F7D is #68C082. Grayscale: #606060. Windows color (decimal): -6865027 or 8208279. OLE color: 8208279.
HSL color Cylindrical-coordinate representation of color #973F7D: hue angle of 317.73º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #973F7D is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 63 | 125 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.41 |
| HSL | 317.73º | 0.41% | 0.42% | - |
| HSV(B) | 317.73º | 0.58% | 0.59% | - |
| XYZ | 18.24 | 11.61 | 20.68 | - |
| YUV | 96.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 125 | 0 | 0.58 | 0.17 | 0.41 | 317.73 | 0.41 | 0.42 |
| Hex | 97 | 3F | 7D | 0 | 3A | 11 | 29 | 13E | 29 | 2A |
| Octal | 227 | 77 | 175 | 0 | 72 | 21 | 51 | 476 | 51 | 52 |
| Binary | 10010111 | 111111 | 1111101 | 0 | 111010 | 10001 | 101001 | 100111110 | 101001 | 101010 |
Color Harmonies of #973F7D
Complementary color
Monochromatic Colors of #973F7D
Black with #973F7D
Text Example
Text Example
White with #973F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973F7D; }
p { color: rgb(151,63,125); }
H1.HeaderClassName
{
color: #973F7D;
}
.AnyTagClassName
{
color: #973F7D;
}
</style>
background-color css
<style>
a { background-color: #973F7D; }
a { background-color: rgb(151,63,125); }
div.DivClassName
{
background-color: #973F7D;
}
.BgClassName
{
background-color: #973F7D;
}
</style>
border-color css
<style>
span { border-color: #973F7D; }
span { border-color: rgb(151,63,125); }
td.TdClassName
{
border-color: #973F7D;
}
.TagClassName
{
border-color: #973F7D;
}
</style>