Shades of Dark Purple #970B7B
Tints of Dark Purple #970B7B
RGB
CMYK
RGB Variations
Color information
#970B7B (or 0x970B7B) is known color: Dark Purple. HEX triplet: 97, 0B and 7B. RGB value is (151,11,123). Sum of RGB (Red+Green+Blue) = 151+11+123=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #970B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970B7B is #68F484. Grayscale: #414141. Windows color (decimal): -6878341 or 8063895. OLE color: 8063895.
HSL color Cylindrical-coordinate representation of color #970B7B: hue angle of 312º 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 #970B7B is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 11 | 123 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.41 |
| HSL | 312º | 0.86% | 0.32% | - |
| HSV(B) | 312º | 0.93% | 0.59% | - |
| XYZ | 16.46 | 8.25 | 19.46 | - |
| YUV | 65.63 | 160.38 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 11 | 123 | 0 | 0.93 | 0.19 | 0.41 | 312 | 0.86 | 0.32 |
| Hex | 97 | B | 7B | 0 | 5D | 13 | 29 | 138 | 56 | 20 |
| Octal | 227 | 13 | 173 | 0 | 135 | 23 | 51 | 470 | 126 | 40 |
| Binary | 10010111 | 1011 | 1111011 | 0 | 1011101 | 10011 | 101001 | 100111000 | 1010110 | 100000 |
Color Harmonies of #970B7B
Complementary color
Monochromatic Colors of #970B7B
Black with #970B7B
Text Example
Text Example
White with #970B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970B7B; }
p { color: rgb(151,11,123); }
H1.HeaderClassName
{
color: #970B7B;
}
.AnyTagClassName
{
color: #970B7B;
}
</style>
background-color css
<style>
a { background-color: #970B7B; }
a { background-color: rgb(151,11,123); }
div.DivClassName
{
background-color: #970B7B;
}
.BgClassName
{
background-color: #970B7B;
}
</style>
border-color css
<style>
span { border-color: #970B7B; }
span { border-color: rgb(151,11,123); }
td.TdClassName
{
border-color: #970B7B;
}
.TagClassName
{
border-color: #970B7B;
}
</style>