Shades of Dark Purple #973476
Tints of Dark Purple #973476
RGB
CMYK
RGB Variations
Color information
#973476 (or 0x973476) is known color: Dark Purple. HEX triplet: 97, 34 and 76. RGB value is (151,52,118). Sum of RGB (Red+Green+Blue) = 151+52+118=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #973476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973476 is #68CB89. Grayscale: #585858. Windows color (decimal): -6867850 or 7746711. OLE color: 7746711.
HSL color Cylindrical-coordinate representation of color #973476: hue angle of 320º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973476 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 52 | 118 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.41 |
| HSL | 320º | 0.49% | 0.4% | - |
| HSV(B) | 320º | 0.66% | 0.59% | - |
| XYZ | 17.26 | 10.34 | 18.23 | - |
| YUV | 89.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 52 | 118 | 0 | 0.66 | 0.22 | 0.41 | 320 | 0.49 | 0.4 |
| Hex | 97 | 34 | 76 | 0 | 42 | 16 | 29 | 140 | 31 | 28 |
| Octal | 227 | 64 | 166 | 0 | 102 | 26 | 51 | 500 | 61 | 50 |
| Binary | 10010111 | 110100 | 1110110 | 0 | 1000010 | 10110 | 101001 | 101000000 | 110001 | 101000 |
Color Harmonies of #973476
Complementary color
Monochromatic Colors of #973476
Black with #973476
Text Example
Text Example
White with #973476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973476; }
p { color: rgb(151,52,118); }
H1.HeaderClassName
{
color: #973476;
}
.AnyTagClassName
{
color: #973476;
}
</style>
background-color css
<style>
a { background-color: #973476; }
a { background-color: rgb(151,52,118); }
div.DivClassName
{
background-color: #973476;
}
.BgClassName
{
background-color: #973476;
}
</style>
border-color css
<style>
span { border-color: #973476; }
span { border-color: rgb(151,52,118); }
td.TdClassName
{
border-color: #973476;
}
.TagClassName
{
border-color: #973476;
}
</style>