Shades of Dark Purple #973372
Tints of Dark Purple #973372
RGB
CMYK
RGB Variations
Color information
#973372 (or 0x973372) is known color: Dark Purple. HEX triplet: 97, 33 and 72. RGB value is (151,51,114). Sum of RGB (Red+Green+Blue) = 151+51+114=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #973372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973372 is #68CC8D. Grayscale: #575757. Windows color (decimal): -6868110 or 7484311. OLE color: 7484311.
HSL color Cylindrical-coordinate representation of color #973372: hue angle of 322.2º 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 #973372 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 51 | 114 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.41 |
| HSL | 322.2º | 0.5% | 0.4% | - |
| HSV(B) | 322.2º | 0.66% | 0.59% | - |
| XYZ | 16.98 | 10.16 | 16.99 | - |
| YUV | 88.08 | 142.63 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 51 | 114 | 0 | 0.66 | 0.25 | 0.41 | 322.2 | 0.5 | 0.4 |
| Hex | 97 | 33 | 72 | 0 | 42 | 19 | 29 | 142 | 32 | 28 |
| Octal | 227 | 63 | 162 | 0 | 102 | 31 | 51 | 502 | 62 | 50 |
| Binary | 10010111 | 110011 | 1110010 | 0 | 1000010 | 11001 | 101001 | 101000010 | 110010 | 101000 |
Color Harmonies of #973372
Complementary color
Monochromatic Colors of #973372
Black with #973372
Text Example
Text Example
White with #973372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973372; }
p { color: rgb(151,51,114); }
H1.HeaderClassName
{
color: #973372;
}
.AnyTagClassName
{
color: #973372;
}
</style>
background-color css
<style>
a { background-color: #973372; }
a { background-color: rgb(151,51,114); }
div.DivClassName
{
background-color: #973372;
}
.BgClassName
{
background-color: #973372;
}
</style>
border-color css
<style>
span { border-color: #973372; }
span { border-color: rgb(151,51,114); }
td.TdClassName
{
border-color: #973372;
}
.TagClassName
{
border-color: #973372;
}
</style>