Shades of Dark Purple #970B7D
Tints of Dark Purple #970B7D
RGB
CMYK
RGB Variations
Color information
#970B7D (or 0x970B7D) is known color: Dark Purple. HEX triplet: 97, 0B and 7D. RGB value is (151,11,125). Sum of RGB (Red+Green+Blue) = 151+11+125=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #970B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970B7D is #68F482. Grayscale: #414141. Windows color (decimal): -6878339 or 8194967. OLE color: 8194967.
HSL color Cylindrical-coordinate representation of color #970B7D: hue angle of 311.14º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970B7D is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 11 | 125 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.41 |
| HSL | 311.14º | 0.86% | 0.32% | - |
| HSV(B) | 311.14º | 0.93% | 0.59% | - |
| XYZ | 16.58 | 8.3 | 20.13 | - |
| YUV | 65.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 11 | 125 | 0 | 0.93 | 0.17 | 0.41 | 311.14 | 0.86 | 0.32 |
| Hex | 97 | B | 7D | 0 | 5D | 11 | 29 | 137 | 56 | 20 |
| Octal | 227 | 13 | 175 | 0 | 135 | 21 | 51 | 467 | 126 | 40 |
| Binary | 10010111 | 1011 | 1111101 | 0 | 1011101 | 10001 | 101001 | 100110111 | 1010110 | 100000 |
Color Harmonies of #970B7D
Complementary color
Monochromatic Colors of #970B7D
Black with #970B7D
Text Example
Text Example
White with #970B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970B7D; }
p { color: rgb(151,11,125); }
H1.HeaderClassName
{
color: #970B7D;
}
.AnyTagClassName
{
color: #970B7D;
}
</style>
background-color css
<style>
a { background-color: #970B7D; }
a { background-color: rgb(151,11,125); }
div.DivClassName
{
background-color: #970B7D;
}
.BgClassName
{
background-color: #970B7D;
}
</style>
border-color css
<style>
span { border-color: #970B7D; }
span { border-color: rgb(151,11,125); }
td.TdClassName
{
border-color: #970B7D;
}
.TagClassName
{
border-color: #970B7D;
}
</style>