Shades of Dark Purple #972376
Tints of Dark Purple #972376
RGB
CMYK
RGB Variations
Color information
#972376 (or 0x972376) is known color: Dark Purple. HEX triplet: 97, 23 and 76. RGB value is (151,35,118). Sum of RGB (Red+Green+Blue) = 151+35+118=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #972376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972376 is #68DC89. Grayscale: #4E4E4E. Windows color (decimal): -6872202 or 7742359. OLE color: 7742359.
HSL color Cylindrical-coordinate representation of color #972376: hue angle of 317.07º 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 #972376 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 35 | 118 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.41 |
| HSL | 317.07º | 0.62% | 0.36% | - |
| HSV(B) | 317.07º | 0.77% | 0.59% | - |
| XYZ | 16.63 | 9.09 | 18.02 | - |
| YUV | 79.15 | 149.93 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 35 | 118 | 0 | 0.77 | 0.22 | 0.41 | 317.07 | 0.62 | 0.36 |
| Hex | 97 | 23 | 76 | 0 | 4D | 16 | 29 | 13D | 3E | 24 |
| Octal | 227 | 43 | 166 | 0 | 115 | 26 | 51 | 475 | 76 | 44 |
| Binary | 10010111 | 100011 | 1110110 | 0 | 1001101 | 10110 | 101001 | 100111101 | 111110 | 100100 |
Color Harmonies of #972376
Complementary color
Monochromatic Colors of #972376
Black with #972376
Text Example
Text Example
White with #972376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972376; }
p { color: rgb(151,35,118); }
H1.HeaderClassName
{
color: #972376;
}
.AnyTagClassName
{
color: #972376;
}
</style>
background-color css
<style>
a { background-color: #972376; }
a { background-color: rgb(151,35,118); }
div.DivClassName
{
background-color: #972376;
}
.BgClassName
{
background-color: #972376;
}
</style>
border-color css
<style>
span { border-color: #972376; }
span { border-color: rgb(151,35,118); }
td.TdClassName
{
border-color: #972376;
}
.TagClassName
{
border-color: #972376;
}
</style>