Shades of Dark Purple #973880
Tints of Dark Purple #973880
RGB
CMYK
RGB Variations
Color information
#973880 (or 0x973880) is known color: Dark Purple. HEX triplet: 97, 38 and 80. RGB value is (151,56,128). Sum of RGB (Red+Green+Blue) = 151+56+128=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #973880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973880 is #68C77F. Grayscale: #5C5C5C. Windows color (decimal): -6866816 or 8403095. OLE color: 8403095.
HSL color Cylindrical-coordinate representation of color #973880: hue angle of 314.53º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #973880 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 56 | 128 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.41 |
| HSL | 314.53º | 0.46% | 0.41% | - |
| HSV(B) | 314.53º | 0.63% | 0.59% | - |
| XYZ | 18.07 | 10.97 | 21.59 | - |
| YUV | 92.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 56 | 128 | 0 | 0.63 | 0.15 | 0.41 | 314.53 | 0.46 | 0.41 |
| Hex | 97 | 38 | 80 | 0 | 3F | F | 29 | 13B | 2E | 29 |
| Octal | 227 | 70 | 200 | 0 | 77 | 17 | 51 | 473 | 56 | 51 |
| Binary | 10010111 | 111000 | 10000000 | 0 | 111111 | 1111 | 101001 | 100111011 | 101110 | 101001 |
Color Harmonies of #973880
Complementary color
Monochromatic Colors of #973880
Black with #973880
Text Example
Text Example
White with #973880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973880; }
p { color: rgb(151,56,128); }
H1.HeaderClassName
{
color: #973880;
}
.AnyTagClassName
{
color: #973880;
}
</style>
background-color css
<style>
a { background-color: #973880; }
a { background-color: rgb(151,56,128); }
div.DivClassName
{
background-color: #973880;
}
.BgClassName
{
background-color: #973880;
}
</style>
border-color css
<style>
span { border-color: #973880; }
span { border-color: rgb(151,56,128); }
td.TdClassName
{
border-color: #973880;
}
.TagClassName
{
border-color: #973880;
}
</style>