Shades of Dark Purple #973978
Tints of Dark Purple #973978
RGB
CMYK
RGB Variations
Color information
#973978 (or 0x973978) is known color: Dark Purple. HEX triplet: 97, 39 and 78. RGB value is (151,57,120). Sum of RGB (Red+Green+Blue) = 151+57+120=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #973978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973978 is #68C687. Grayscale: #5C5C5C. Windows color (decimal): -6866568 or 7879063. OLE color: 7879063.
HSL color Cylindrical-coordinate representation of color #973978: hue angle of 319.79º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973978 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 57 | 120 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.41 |
| HSL | 319.79º | 0.45% | 0.41% | - |
| HSV(B) | 319.79º | 0.62% | 0.59% | - |
| XYZ | 17.62 | 10.86 | 18.94 | - |
| YUV | 92.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 57 | 120 | 0 | 0.62 | 0.21 | 0.41 | 319.79 | 0.45 | 0.41 |
| Hex | 97 | 39 | 78 | 0 | 3E | 15 | 29 | 140 | 2D | 29 |
| Octal | 227 | 71 | 170 | 0 | 76 | 25 | 51 | 500 | 55 | 51 |
| Binary | 10010111 | 111001 | 1111000 | 0 | 111110 | 10101 | 101001 | 101000000 | 101101 | 101001 |
Color Harmonies of #973978
Complementary color
Monochromatic Colors of #973978
Black with #973978
Text Example
Text Example
White with #973978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973978; }
p { color: rgb(151,57,120); }
H1.HeaderClassName
{
color: #973978;
}
.AnyTagClassName
{
color: #973978;
}
</style>
background-color css
<style>
a { background-color: #973978; }
a { background-color: rgb(151,57,120); }
div.DivClassName
{
background-color: #973978;
}
.BgClassName
{
background-color: #973978;
}
</style>
border-color css
<style>
span { border-color: #973978; }
span { border-color: rgb(151,57,120); }
td.TdClassName
{
border-color: #973978;
}
.TagClassName
{
border-color: #973978;
}
</style>