Shades of Dark Purple #972978
Tints of Dark Purple #972978
RGB
CMYK
RGB Variations
Color information
#972978 (or 0x972978) is known color: Dark Purple. HEX triplet: 97, 29 and 78. RGB value is (151,41,120). Sum of RGB (Red+Green+Blue) = 151+41+120=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #972978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972978 is #68D687. Grayscale: #525252. Windows color (decimal): -6870664 or 7874967. OLE color: 7874967.
HSL color Cylindrical-coordinate representation of color #972978: hue angle of 316.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972978 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 41 | 120 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.41 |
| HSL | 316.91º | 0.57% | 0.38% | - |
| HSV(B) | 316.91º | 0.73% | 0.59% | - |
| XYZ | 16.95 | 9.52 | 18.71 | - |
| YUV | 82.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 41 | 120 | 0 | 0.73 | 0.21 | 0.41 | 316.91 | 0.57 | 0.38 |
| Hex | 97 | 29 | 78 | 0 | 49 | 15 | 29 | 13D | 39 | 26 |
| Octal | 227 | 51 | 170 | 0 | 111 | 25 | 51 | 475 | 71 | 46 |
| Binary | 10010111 | 101001 | 1111000 | 0 | 1001001 | 10101 | 101001 | 100111101 | 111001 | 100110 |
Color Harmonies of #972978
Complementary color
Monochromatic Colors of #972978
Black with #972978
Text Example
Text Example
White with #972978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972978; }
p { color: rgb(151,41,120); }
H1.HeaderClassName
{
color: #972978;
}
.AnyTagClassName
{
color: #972978;
}
</style>
background-color css
<style>
a { background-color: #972978; }
a { background-color: rgb(151,41,120); }
div.DivClassName
{
background-color: #972978;
}
.BgClassName
{
background-color: #972978;
}
</style>
border-color css
<style>
span { border-color: #972978; }
span { border-color: rgb(151,41,120); }
td.TdClassName
{
border-color: #972978;
}
.TagClassName
{
border-color: #972978;
}
</style>