Shades of Dark Purple #973A7C
Tints of Dark Purple #973A7C
RGB
CMYK
RGB Variations
Color information
#973A7C (or 0x973A7C) is known color: Dark Purple. HEX triplet: 97, 3A and 7C. RGB value is (151,58,124). Sum of RGB (Red+Green+Blue) = 151+58+124=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #973A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973A7C is #68C583. Grayscale: #5D5D5D. Windows color (decimal): -6866308 or 8141463. OLE color: 8141463.
HSL color Cylindrical-coordinate representation of color #973A7C: hue angle of 317.42º degrees, saturation: 0.44, 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 #973A7C is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 58 | 124 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.41 |
| HSL | 317.42º | 0.44% | 0.41% | - |
| HSV(B) | 317.42º | 0.62% | 0.59% | - |
| XYZ | 17.91 | 11.06 | 20.26 | - |
| YUV | 93.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 124 | 0 | 0.62 | 0.18 | 0.41 | 317.42 | 0.44 | 0.41 |
| Hex | 97 | 3A | 7C | 0 | 3E | 12 | 29 | 13D | 2C | 29 |
| Octal | 227 | 72 | 174 | 0 | 76 | 22 | 51 | 475 | 54 | 51 |
| Binary | 10010111 | 111010 | 1111100 | 0 | 111110 | 10010 | 101001 | 100111101 | 101100 | 101001 |
Color Harmonies of #973A7C
Complementary color
Monochromatic Colors of #973A7C
Black with #973A7C
Text Example
Text Example
White with #973A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973A7C; }
p { color: rgb(151,58,124); }
H1.HeaderClassName
{
color: #973A7C;
}
.AnyTagClassName
{
color: #973A7C;
}
</style>
background-color css
<style>
a { background-color: #973A7C; }
a { background-color: rgb(151,58,124); }
div.DivClassName
{
background-color: #973A7C;
}
.BgClassName
{
background-color: #973A7C;
}
</style>
border-color css
<style>
span { border-color: #973A7C; }
span { border-color: rgb(151,58,124); }
td.TdClassName
{
border-color: #973A7C;
}
.TagClassName
{
border-color: #973A7C;
}
</style>