Shades of Dark Purple #970C7E
Tints of Dark Purple #970C7E
RGB
CMYK
RGB Variations
Color information
#970C7E (or 0x970C7E) is known color: Dark Purple. HEX triplet: 97, 0C and 7E. RGB value is (151,12,126). Sum of RGB (Red+Green+Blue) = 151+12+126=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #970C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970C7E is #68F381. Grayscale: #424242. Windows color (decimal): -6878082 or 8260759. OLE color: 8260759.
HSL color Cylindrical-coordinate representation of color #970C7E: hue angle of 310.79º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970C7E is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 12 | 126 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.41 |
| HSL | 310.79º | 0.85% | 0.32% | - |
| HSV(B) | 310.79º | 0.92% | 0.59% | - |
| XYZ | 16.66 | 8.35 | 20.47 | - |
| YUV | 66.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 126 | 0 | 0.92 | 0.17 | 0.41 | 310.79 | 0.85 | 0.32 |
| Hex | 97 | C | 7E | 0 | 5C | 11 | 29 | 137 | 55 | 20 |
| Octal | 227 | 14 | 176 | 0 | 134 | 21 | 51 | 467 | 125 | 40 |
| Binary | 10010111 | 1100 | 1111110 | 0 | 1011100 | 10001 | 101001 | 100110111 | 1010101 | 100000 |
Color Harmonies of #970C7E
Complementary color
Monochromatic Colors of #970C7E
Black with #970C7E
Text Example
Text Example
White with #970C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970C7E; }
p { color: rgb(151,12,126); }
H1.HeaderClassName
{
color: #970C7E;
}
.AnyTagClassName
{
color: #970C7E;
}
</style>
background-color css
<style>
a { background-color: #970C7E; }
a { background-color: rgb(151,12,126); }
div.DivClassName
{
background-color: #970C7E;
}
.BgClassName
{
background-color: #970C7E;
}
</style>
border-color css
<style>
span { border-color: #970C7E; }
span { border-color: rgb(151,12,126); }
td.TdClassName
{
border-color: #970C7E;
}
.TagClassName
{
border-color: #970C7E;
}
</style>