Shades of Dark Purple #972788
Tints of Dark Purple #972788
RGB
CMYK
RGB Variations
Color information
#972788 (or 0x972788) is known color: Dark Purple. HEX triplet: 97, 27 and 88. RGB value is (151,39,136). Sum of RGB (Red+Green+Blue) = 151+39+136=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #972788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972788 is #68D877. Grayscale: #535353. Windows color (decimal): -6871160 or 8923031. OLE color: 8923031.
HSL color Cylindrical-coordinate representation of color #972788: hue angle of 308.04º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #972788 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 39 | 136 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.41 |
| HSL | 308.04º | 0.59% | 0.37% | - |
| HSV(B) | 308.04º | 0.74% | 0.59% | - |
| XYZ | 17.93 | 9.81 | 24.24 | - |
| YUV | 83.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 39 | 136 | 0 | 0.74 | 0.10 | 0.41 | 308.04 | 0.59 | 0.37 |
| Hex | 97 | 27 | 88 | 0 | 4A | A | 29 | 134 | 3B | 25 |
| Octal | 227 | 47 | 210 | 0 | 112 | 12 | 51 | 464 | 73 | 45 |
| Binary | 10010111 | 100111 | 10001000 | 0 | 1001010 | 1010 | 101001 | 100110100 | 111011 | 100101 |
Color Harmonies of #972788
Complementary color
Monochromatic Colors of #972788
Black with #972788
Text Example
Text Example
White with #972788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972788; }
p { color: rgb(151,39,136); }
H1.HeaderClassName
{
color: #972788;
}
.AnyTagClassName
{
color: #972788;
}
</style>
background-color css
<style>
a { background-color: #972788; }
a { background-color: rgb(151,39,136); }
div.DivClassName
{
background-color: #972788;
}
.BgClassName
{
background-color: #972788;
}
</style>
border-color css
<style>
span { border-color: #972788; }
span { border-color: rgb(151,39,136); }
td.TdClassName
{
border-color: #972788;
}
.TagClassName
{
border-color: #972788;
}
</style>