Shades of Dark Purple #972682
Tints of Dark Purple #972682
RGB
CMYK
RGB Variations
Color information
#972682 (or 0x972682) is known color: Dark Purple. HEX triplet: 97, 26 and 82. RGB value is (151,38,130). Sum of RGB (Red+Green+Blue) = 151+38+130=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #972682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972682 is #68D97D. Grayscale: #525252. Windows color (decimal): -6871422 or 8529559. OLE color: 8529559.
HSL color Cylindrical-coordinate representation of color #972682: hue angle of 311.15º 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 #972682 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 38 | 130 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.41 |
| HSL | 311.15º | 0.6% | 0.37% | - |
| HSV(B) | 311.15º | 0.75% | 0.59% | - |
| XYZ | 17.48 | 9.58 | 22.05 | - |
| YUV | 82.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 38 | 130 | 0 | 0.75 | 0.14 | 0.41 | 311.15 | 0.6 | 0.37 |
| Hex | 97 | 26 | 82 | 0 | 4B | E | 29 | 137 | 3C | 25 |
| Octal | 227 | 46 | 202 | 0 | 113 | 16 | 51 | 467 | 74 | 45 |
| Binary | 10010111 | 100110 | 10000010 | 0 | 1001011 | 1110 | 101001 | 100110111 | 111100 | 100101 |
Color Harmonies of #972682
Complementary color
Monochromatic Colors of #972682
Black with #972682
Text Example
Text Example
White with #972682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972682; }
p { color: rgb(151,38,130); }
H1.HeaderClassName
{
color: #972682;
}
.AnyTagClassName
{
color: #972682;
}
</style>
background-color css
<style>
a { background-color: #972682; }
a { background-color: rgb(151,38,130); }
div.DivClassName
{
background-color: #972682;
}
.BgClassName
{
background-color: #972682;
}
</style>
border-color css
<style>
span { border-color: #972682; }
span { border-color: rgb(151,38,130); }
td.TdClassName
{
border-color: #972682;
}
.TagClassName
{
border-color: #972682;
}
</style>