Shades of Dark Purple #972291
Tints of Dark Purple #972291
RGB
CMYK
RGB Variations
Color information
#972291 (or 0x972291) is known color: Dark Purple. HEX triplet: 97, 22 and 91. RGB value is (151,34,145). Sum of RGB (Red+Green+Blue) = 151+34+145=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #972291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972291 is #68DD6E. Grayscale: #515151. Windows color (decimal): -6872431 or 9511575. OLE color: 9511575.
HSL color Cylindrical-coordinate representation of color #972291: hue angle of 303.08º 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 #972291 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 34 | 145 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.41 |
| HSL | 303.08º | 0.63% | 0.36% | - |
| HSV(B) | 303.08º | 0.77% | 0.59% | - |
| XYZ | 18.45 | 9.77 | 27.7 | - |
| YUV | 81.64 | 163.76 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 34 | 145 | 0 | 0.77 | 0.04 | 0.41 | 303.08 | 0.63 | 0.36 |
| Hex | 97 | 22 | 91 | 0 | 4D | 4 | 29 | 12F | 3F | 24 |
| Octal | 227 | 42 | 221 | 0 | 115 | 4 | 51 | 457 | 77 | 44 |
| Binary | 10010111 | 100010 | 10010001 | 0 | 1001101 | 100 | 101001 | 100101111 | 111111 | 100100 |
Color Harmonies of #972291
Complementary color
Monochromatic Colors of #972291
Black with #972291
Text Example
Text Example
White with #972291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972291; }
p { color: rgb(151,34,145); }
H1.HeaderClassName
{
color: #972291;
}
.AnyTagClassName
{
color: #972291;
}
</style>
background-color css
<style>
a { background-color: #972291; }
a { background-color: rgb(151,34,145); }
div.DivClassName
{
background-color: #972291;
}
.BgClassName
{
background-color: #972291;
}
</style>
border-color css
<style>
span { border-color: #972291; }
span { border-color: rgb(151,34,145); }
td.TdClassName
{
border-color: #972291;
}
.TagClassName
{
border-color: #972291;
}
</style>