Shades of Dark Purple #970E7F
Tints of Dark Purple #970E7F
RGB
CMYK
RGB Variations
Color information
#970E7F (or 0x970E7F) is known color: Dark Purple. HEX triplet: 97, 0E and 7F. RGB value is (151,14,127). Sum of RGB (Red+Green+Blue) = 151+14+127=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #970E7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970E7F is #68F180. Grayscale: #434343. Windows color (decimal): -6877569 or 8326807. OLE color: 8326807.
HSL color Cylindrical-coordinate representation of color #970E7F: hue angle of 310.51º 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 #970E7F is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 14 | 127 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.41 |
| HSL | 310.51º | 0.83% | 0.32% | - |
| HSV(B) | 310.51º | 0.91% | 0.59% | - |
| XYZ | 16.75 | 8.43 | 20.82 | - |
| YUV | 67.85 | 161.39 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 127 | 0 | 0.91 | 0.16 | 0.41 | 310.51 | 0.83 | 0.32 |
| Hex | 97 | E | 7F | 0 | 5B | 10 | 29 | 137 | 53 | 20 |
| Octal | 227 | 16 | 177 | 0 | 133 | 20 | 51 | 467 | 123 | 40 |
| Binary | 10010111 | 1110 | 1111111 | 0 | 1011011 | 10000 | 101001 | 100110111 | 1010011 | 100000 |
Color Harmonies of #970E7F
Complementary color
Monochromatic Colors of #970E7F
Black with #970E7F
Text Example
Text Example
White with #970E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970E7F; }
p { color: rgb(151,14,127); }
H1.HeaderClassName
{
color: #970E7F;
}
.AnyTagClassName
{
color: #970E7F;
}
</style>
background-color css
<style>
a { background-color: #970E7F; }
a { background-color: rgb(151,14,127); }
div.DivClassName
{
background-color: #970E7F;
}
.BgClassName
{
background-color: #970E7F;
}
</style>
border-color css
<style>
span { border-color: #970E7F; }
span { border-color: rgb(151,14,127); }
td.TdClassName
{
border-color: #970E7F;
}
.TagClassName
{
border-color: #970E7F;
}
</style>