Shades of Dark Purple #970E7A
Tints of Dark Purple #970E7A
RGB
CMYK
RGB Variations
Color information
#970E7A (or 0x970E7A) is known color: Dark Purple. HEX triplet: 97, 0E and 7A. RGB value is (151,14,122). Sum of RGB (Red+Green+Blue) = 151+14+122=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #970E7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970E7A is #68F185. Grayscale: #424242. Windows color (decimal): -6877574 or 7999127. OLE color: 7999127.
HSL color Cylindrical-coordinate representation of color #970E7A: hue angle of 312.7º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970E7A is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 14 | 122 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.41 |
| HSL | 312.7º | 0.83% | 0.32% | - |
| HSV(B) | 312.7º | 0.91% | 0.59% | - |
| XYZ | 16.43 | 8.3 | 19.15 | - |
| YUV | 67.28 | 158.89 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 122 | 0 | 0.91 | 0.19 | 0.41 | 312.7 | 0.83 | 0.32 |
| Hex | 97 | E | 7A | 0 | 5B | 13 | 29 | 139 | 53 | 20 |
| Octal | 227 | 16 | 172 | 0 | 133 | 23 | 51 | 471 | 123 | 40 |
| Binary | 10010111 | 1110 | 1111010 | 0 | 1011011 | 10011 | 101001 | 100111001 | 1010011 | 100000 |
Color Harmonies of #970E7A
Complementary color
Monochromatic Colors of #970E7A
Black with #970E7A
Text Example
Text Example
White with #970E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970E7A; }
p { color: rgb(151,14,122); }
H1.HeaderClassName
{
color: #970E7A;
}
.AnyTagClassName
{
color: #970E7A;
}
</style>
background-color css
<style>
a { background-color: #970E7A; }
a { background-color: rgb(151,14,122); }
div.DivClassName
{
background-color: #970E7A;
}
.BgClassName
{
background-color: #970E7A;
}
</style>
border-color css
<style>
span { border-color: #970E7A; }
span { border-color: rgb(151,14,122); }
td.TdClassName
{
border-color: #970E7A;
}
.TagClassName
{
border-color: #970E7A;
}
</style>