Shades of Dark Purple #973582
Tints of Dark Purple #973582
RGB
CMYK
RGB Variations
Color information
#973582 (or 0x973582) is known color: Dark Purple. HEX triplet: 97, 35 and 82. RGB value is (151,53,130). Sum of RGB (Red+Green+Blue) = 151+53+130=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #973582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973582 is #68CA7D. Grayscale: #5A5A5A. Windows color (decimal): -6867582 or 8533399. OLE color: 8533399.
HSL color Cylindrical-coordinate representation of color #973582: hue angle of 312.86º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #973582 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 53 | 130 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.41 |
| HSL | 312.86º | 0.48% | 0.4% | - |
| HSV(B) | 312.86º | 0.65% | 0.59% | - |
| XYZ | 18.06 | 10.74 | 22.24 | - |
| YUV | 91.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 53 | 130 | 0 | 0.65 | 0.14 | 0.41 | 312.86 | 0.48 | 0.4 |
| Hex | 97 | 35 | 82 | 0 | 41 | E | 29 | 139 | 30 | 28 |
| Octal | 227 | 65 | 202 | 0 | 101 | 16 | 51 | 471 | 60 | 50 |
| Binary | 10010111 | 110101 | 10000010 | 0 | 1000001 | 1110 | 101001 | 100111001 | 110000 | 101000 |
Color Harmonies of #973582
Complementary color
Monochromatic Colors of #973582
Black with #973582
Text Example
Text Example
White with #973582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973582; }
p { color: rgb(151,53,130); }
H1.HeaderClassName
{
color: #973582;
}
.AnyTagClassName
{
color: #973582;
}
</style>
background-color css
<style>
a { background-color: #973582; }
a { background-color: rgb(151,53,130); }
div.DivClassName
{
background-color: #973582;
}
.BgClassName
{
background-color: #973582;
}
</style>
border-color css
<style>
span { border-color: #973582; }
span { border-color: rgb(151,53,130); }
td.TdClassName
{
border-color: #973582;
}
.TagClassName
{
border-color: #973582;
}
</style>