Shades of Dark Purple #972473
Tints of Dark Purple #972473
RGB
CMYK
RGB Variations
Color information
#972473 (or 0x972473) is known color: Dark Purple. HEX triplet: 97, 24 and 73. RGB value is (151,36,115). Sum of RGB (Red+Green+Blue) = 151+36+115=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #972473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972473 is #68DB8C. Grayscale: #4F4F4F. Windows color (decimal): -6871949 or 7546007. OLE color: 7546007.
HSL color Cylindrical-coordinate representation of color #972473: hue angle of 318.78º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #972473 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 36 | 115 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.41 |
| HSL | 318.78º | 0.61% | 0.37% | - |
| HSV(B) | 318.78º | 0.76% | 0.59% | - |
| XYZ | 16.49 | 9.08 | 17.1 | - |
| YUV | 79.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 36 | 115 | 0 | 0.76 | 0.24 | 0.41 | 318.78 | 0.61 | 0.37 |
| Hex | 97 | 24 | 73 | 0 | 4C | 18 | 29 | 13F | 3D | 25 |
| Octal | 227 | 44 | 163 | 0 | 114 | 30 | 51 | 477 | 75 | 45 |
| Binary | 10010111 | 100100 | 1110011 | 0 | 1001100 | 11000 | 101001 | 100111111 | 111101 | 100101 |
Color Harmonies of #972473
Complementary color
Monochromatic Colors of #972473
Black with #972473
Text Example
Text Example
White with #972473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972473; }
p { color: rgb(151,36,115); }
H1.HeaderClassName
{
color: #972473;
}
.AnyTagClassName
{
color: #972473;
}
</style>
background-color css
<style>
a { background-color: #972473; }
a { background-color: rgb(151,36,115); }
div.DivClassName
{
background-color: #972473;
}
.BgClassName
{
background-color: #972473;
}
</style>
border-color css
<style>
span { border-color: #972473; }
span { border-color: rgb(151,36,115); }
td.TdClassName
{
border-color: #972473;
}
.TagClassName
{
border-color: #972473;
}
</style>