Shades of Dark Purple #972A70
Tints of Dark Purple #972A70
RGB
CMYK
RGB Variations
Color information
#972A70 (or 0x972A70) is known color: Dark Purple. HEX triplet: 97, 2A and 70. RGB value is (151,42,112). Sum of RGB (Red+Green+Blue) = 151+42+112=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #972A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972A70 is #68D58F. Grayscale: #525252. Windows color (decimal): -6870416 or 7350935. OLE color: 7350935.
HSL color Cylindrical-coordinate representation of color #972A70: hue angle of 321.47º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #972A70 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 42 | 112 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.41 |
| HSL | 321.47º | 0.56% | 0.38% | - |
| HSV(B) | 321.47º | 0.72% | 0.59% | - |
| XYZ | 16.52 | 9.41 | 16.27 | - |
| YUV | 82.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 112 | 0 | 0.72 | 0.26 | 0.41 | 321.47 | 0.56 | 0.38 |
| Hex | 97 | 2A | 70 | 0 | 48 | 1A | 29 | 141 | 38 | 26 |
| Octal | 227 | 52 | 160 | 0 | 110 | 32 | 51 | 501 | 70 | 46 |
| Binary | 10010111 | 101010 | 1110000 | 0 | 1001000 | 11010 | 101001 | 101000001 | 111000 | 100110 |
Color Harmonies of #972A70
Complementary color
Monochromatic Colors of #972A70
Black with #972A70
Text Example
Text Example
White with #972A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972A70; }
p { color: rgb(151,42,112); }
H1.HeaderClassName
{
color: #972A70;
}
.AnyTagClassName
{
color: #972A70;
}
</style>
background-color css
<style>
a { background-color: #972A70; }
a { background-color: rgb(151,42,112); }
div.DivClassName
{
background-color: #972A70;
}
.BgClassName
{
background-color: #972A70;
}
</style>
border-color css
<style>
span { border-color: #972A70; }
span { border-color: rgb(151,42,112); }
td.TdClassName
{
border-color: #972A70;
}
.TagClassName
{
border-color: #972A70;
}
</style>