Shades of Dark Purple #972295
Tints of Dark Purple #972295
RGB
CMYK
RGB Variations
Color information
#972295 (or 0x972295) is known color: Dark Purple. HEX triplet: 97, 22 and 95. RGB value is (151,34,149). Sum of RGB (Red+Green+Blue) = 151+34+149=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #972295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972295 is #68DD6A. Grayscale: #515151. Windows color (decimal): -6872427 or 9773719. OLE color: 9773719.
HSL color Cylindrical-coordinate representation of color #972295: hue angle of 301.03º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972295 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 34 | 149 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.41 |
| HSL | 301.03º | 0.63% | 0.36% | - |
| HSV(B) | 301.03º | 0.77% | 0.59% | - |
| XYZ | 18.76 | 9.89 | 29.35 | - |
| YUV | 82.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 34 | 149 | 0 | 0.77 | 0.01 | 0.41 | 301.03 | 0.63 | 0.36 |
| Hex | 97 | 22 | 95 | 0 | 4D | 1 | 29 | 12D | 3F | 24 |
| Octal | 227 | 42 | 225 | 0 | 115 | 1 | 51 | 455 | 77 | 44 |
| Binary | 10010111 | 100010 | 10010101 | 0 | 1001101 | 1 | 101001 | 100101101 | 111111 | 100100 |
Color Harmonies of #972295
Complementary color
Monochromatic Colors of #972295
Black with #972295
Text Example
Text Example
White with #972295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972295; }
p { color: rgb(151,34,149); }
H1.HeaderClassName
{
color: #972295;
}
.AnyTagClassName
{
color: #972295;
}
</style>
background-color css
<style>
a { background-color: #972295; }
a { background-color: rgb(151,34,149); }
div.DivClassName
{
background-color: #972295;
}
.BgClassName
{
background-color: #972295;
}
</style>
border-color css
<style>
span { border-color: #972295; }
span { border-color: rgb(151,34,149); }
td.TdClassName
{
border-color: #972295;
}
.TagClassName
{
border-color: #972295;
}
</style>