Shades of Dark Purple #970C7A
Tints of Dark Purple #970C7A
RGB
CMYK
RGB Variations
Color information
#970C7A (or 0x970C7A) is known color: Dark Purple. HEX triplet: 97, 0C and 7A. RGB value is (151,12,122). Sum of RGB (Red+Green+Blue) = 151+12+122=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #970C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970C7A is #68F385. Grayscale: #414141. Windows color (decimal): -6878086 or 7998615. OLE color: 7998615.
HSL color Cylindrical-coordinate representation of color #970C7A: hue angle of 312.52º 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 #970C7A is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 12 | 122 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.41 |
| HSL | 312.52º | 0.85% | 0.32% | - |
| HSV(B) | 312.52º | 0.92% | 0.59% | - |
| XYZ | 16.41 | 8.25 | 19.14 | - |
| YUV | 66.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 122 | 0 | 0.92 | 0.19 | 0.41 | 312.52 | 0.85 | 0.32 |
| Hex | 97 | C | 7A | 0 | 5C | 13 | 29 | 139 | 55 | 20 |
| Octal | 227 | 14 | 172 | 0 | 134 | 23 | 51 | 471 | 125 | 40 |
| Binary | 10010111 | 1100 | 1111010 | 0 | 1011100 | 10011 | 101001 | 100111001 | 1010101 | 100000 |
Color Harmonies of #970C7A
Complementary color
Monochromatic Colors of #970C7A
Black with #970C7A
Text Example
Text Example
White with #970C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970C7A; }
p { color: rgb(151,12,122); }
H1.HeaderClassName
{
color: #970C7A;
}
.AnyTagClassName
{
color: #970C7A;
}
</style>
background-color css
<style>
a { background-color: #970C7A; }
a { background-color: rgb(151,12,122); }
div.DivClassName
{
background-color: #970C7A;
}
.BgClassName
{
background-color: #970C7A;
}
</style>
border-color css
<style>
span { border-color: #970C7A; }
span { border-color: rgb(151,12,122); }
td.TdClassName
{
border-color: #970C7A;
}
.TagClassName
{
border-color: #970C7A;
}
</style>