Shades of Dark Purple #973375
Tints of Dark Purple #973375
RGB
CMYK
RGB Variations
Color information
#973375 (or 0x973375) is known color: Dark Purple. HEX triplet: 97, 33 and 75. RGB value is (151,51,117). Sum of RGB (Red+Green+Blue) = 151+51+117=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #973375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973375 is #68CC8A. Grayscale: #585858. Windows color (decimal): -6868107 or 7680919. OLE color: 7680919.
HSL color Cylindrical-coordinate representation of color #973375: hue angle of 320.4º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973375 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 51 | 117 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.41 |
| HSL | 320.4º | 0.5% | 0.4% | - |
| HSV(B) | 320.4º | 0.66% | 0.59% | - |
| XYZ | 17.16 | 10.23 | 17.9 | - |
| YUV | 88.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 51 | 117 | 0 | 0.66 | 0.23 | 0.41 | 320.4 | 0.5 | 0.4 |
| Hex | 97 | 33 | 75 | 0 | 42 | 17 | 29 | 140 | 32 | 28 |
| Octal | 227 | 63 | 165 | 0 | 102 | 27 | 51 | 500 | 62 | 50 |
| Binary | 10010111 | 110011 | 1110101 | 0 | 1000010 | 10111 | 101001 | 101000000 | 110010 | 101000 |
Color Harmonies of #973375
Complementary color
Monochromatic Colors of #973375
Black with #973375
Text Example
Text Example
White with #973375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973375; }
p { color: rgb(151,51,117); }
H1.HeaderClassName
{
color: #973375;
}
.AnyTagClassName
{
color: #973375;
}
</style>
background-color css
<style>
a { background-color: #973375; }
a { background-color: rgb(151,51,117); }
div.DivClassName
{
background-color: #973375;
}
.BgClassName
{
background-color: #973375;
}
</style>
border-color css
<style>
span { border-color: #973375; }
span { border-color: rgb(151,51,117); }
td.TdClassName
{
border-color: #973375;
}
.TagClassName
{
border-color: #973375;
}
</style>