Shades of Dark Purple #972374
Tints of Dark Purple #972374
RGB
CMYK
RGB Variations
Color information
#972374 (or 0x972374) is known color: Dark Purple. HEX triplet: 97, 23 and 74. RGB value is (151,35,116). Sum of RGB (Red+Green+Blue) = 151+35+116=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #972374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972374 is #68DC8B. Grayscale: #4E4E4E. Windows color (decimal): -6872204 or 7611287. OLE color: 7611287.
HSL color Cylindrical-coordinate representation of color #972374: hue angle of 318.1º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972374 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 35 | 116 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.41 |
| HSL | 318.1º | 0.62% | 0.36% | - |
| HSV(B) | 318.1º | 0.77% | 0.59% | - |
| XYZ | 16.52 | 9.04 | 17.4 | - |
| YUV | 78.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 35 | 116 | 0 | 0.77 | 0.23 | 0.41 | 318.1 | 0.62 | 0.36 |
| Hex | 97 | 23 | 74 | 0 | 4D | 17 | 29 | 13E | 3E | 24 |
| Octal | 227 | 43 | 164 | 0 | 115 | 27 | 51 | 476 | 76 | 44 |
| Binary | 10010111 | 100011 | 1110100 | 0 | 1001101 | 10111 | 101001 | 100111110 | 111110 | 100100 |
Color Harmonies of #972374
Complementary color
Monochromatic Colors of #972374
Black with #972374
Text Example
Text Example
White with #972374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972374; }
p { color: rgb(151,35,116); }
H1.HeaderClassName
{
color: #972374;
}
.AnyTagClassName
{
color: #972374;
}
</style>
background-color css
<style>
a { background-color: #972374; }
a { background-color: rgb(151,35,116); }
div.DivClassName
{
background-color: #972374;
}
.BgClassName
{
background-color: #972374;
}
</style>
border-color css
<style>
span { border-color: #972374; }
span { border-color: rgb(151,35,116); }
td.TdClassName
{
border-color: #972374;
}
.TagClassName
{
border-color: #972374;
}
</style>