Shades of Dark Purple #972588
Tints of Dark Purple #972588
RGB
CMYK
RGB Variations
Color information
#972588 (or 0x972588) is known color: Dark Purple. HEX triplet: 97, 25 and 88. RGB value is (151,37,136). Sum of RGB (Red+Green+Blue) = 151+37+136=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #972588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972588 is #68DA77. Grayscale: #525252. Windows color (decimal): -6871672 or 8922519. OLE color: 8922519.
HSL color Cylindrical-coordinate representation of color #972588: hue angle of 307.89º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972588 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 37 | 136 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.41 |
| HSL | 307.89º | 0.61% | 0.37% | - |
| HSV(B) | 307.89º | 0.75% | 0.59% | - |
| XYZ | 17.87 | 9.68 | 24.22 | - |
| YUV | 82.37 | 158.27 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 37 | 136 | 0 | 0.75 | 0.10 | 0.41 | 307.89 | 0.61 | 0.37 |
| Hex | 97 | 25 | 88 | 0 | 4B | A | 29 | 134 | 3D | 25 |
| Octal | 227 | 45 | 210 | 0 | 113 | 12 | 51 | 464 | 75 | 45 |
| Binary | 10010111 | 100101 | 10001000 | 0 | 1001011 | 1010 | 101001 | 100110100 | 111101 | 100101 |
Color Harmonies of #972588
Complementary color
Monochromatic Colors of #972588
Black with #972588
Text Example
Text Example
White with #972588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972588; }
p { color: rgb(151,37,136); }
H1.HeaderClassName
{
color: #972588;
}
.AnyTagClassName
{
color: #972588;
}
</style>
background-color css
<style>
a { background-color: #972588; }
a { background-color: rgb(151,37,136); }
div.DivClassName
{
background-color: #972588;
}
.BgClassName
{
background-color: #972588;
}
</style>
border-color css
<style>
span { border-color: #972588; }
span { border-color: rgb(151,37,136); }
td.TdClassName
{
border-color: #972588;
}
.TagClassName
{
border-color: #972588;
}
</style>