Shades of Dark Purple #972676
Tints of Dark Purple #972676
RGB
CMYK
RGB Variations
Color information
#972676 (or 0x972676) is known color: Dark Purple. HEX triplet: 97, 26 and 76. RGB value is (151,38,118). Sum of RGB (Red+Green+Blue) = 151+38+118=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #972676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972676 is #68D989. Grayscale: #505050. Windows color (decimal): -6871434 or 7743127. OLE color: 7743127.
HSL color Cylindrical-coordinate representation of color #972676: hue angle of 317.52º degrees, saturation: 0.6, 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 #972676 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 38 | 118 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.41 |
| HSL | 317.52º | 0.6% | 0.37% | - |
| HSV(B) | 317.52º | 0.75% | 0.59% | - |
| XYZ | 16.73 | 9.27 | 18.05 | - |
| YUV | 80.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 38 | 118 | 0 | 0.75 | 0.22 | 0.41 | 317.52 | 0.6 | 0.37 |
| Hex | 97 | 26 | 76 | 0 | 4B | 16 | 29 | 13E | 3C | 25 |
| Octal | 227 | 46 | 166 | 0 | 113 | 26 | 51 | 476 | 74 | 45 |
| Binary | 10010111 | 100110 | 1110110 | 0 | 1001011 | 10110 | 101001 | 100111110 | 111100 | 100101 |
Color Harmonies of #972676
Complementary color
Monochromatic Colors of #972676
Black with #972676
Text Example
Text Example
White with #972676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972676; }
p { color: rgb(151,38,118); }
H1.HeaderClassName
{
color: #972676;
}
.AnyTagClassName
{
color: #972676;
}
</style>
background-color css
<style>
a { background-color: #972676; }
a { background-color: rgb(151,38,118); }
div.DivClassName
{
background-color: #972676;
}
.BgClassName
{
background-color: #972676;
}
</style>
border-color css
<style>
span { border-color: #972676; }
span { border-color: rgb(151,38,118); }
td.TdClassName
{
border-color: #972676;
}
.TagClassName
{
border-color: #972676;
}
</style>