Shades of Dark Purple #973477
Tints of Dark Purple #973477
RGB
CMYK
RGB Variations
Color information
#973477 (or 0x973477) is known color: Dark Purple. HEX triplet: 97, 34 and 77. RGB value is (151,52,119). Sum of RGB (Red+Green+Blue) = 151+52+119=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #973477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973477 is #68CB88. Grayscale: #595959. Windows color (decimal): -6867849 or 7812247. OLE color: 7812247.
HSL color Cylindrical-coordinate representation of color #973477: hue angle of 319.39º degrees, saturation: 0.49, 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 #973477 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 52 | 119 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.41 |
| HSL | 319.39º | 0.49% | 0.4% | - |
| HSV(B) | 319.39º | 0.66% | 0.59% | - |
| XYZ | 17.32 | 10.37 | 18.54 | - |
| YUV | 89.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 52 | 119 | 0 | 0.66 | 0.21 | 0.41 | 319.39 | 0.49 | 0.4 |
| Hex | 97 | 34 | 77 | 0 | 42 | 15 | 29 | 13F | 31 | 28 |
| Octal | 227 | 64 | 167 | 0 | 102 | 25 | 51 | 477 | 61 | 50 |
| Binary | 10010111 | 110100 | 1110111 | 0 | 1000010 | 10101 | 101001 | 100111111 | 110001 | 101000 |
Color Harmonies of #973477
Complementary color
Monochromatic Colors of #973477
Black with #973477
Text Example
Text Example
White with #973477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973477; }
p { color: rgb(151,52,119); }
H1.HeaderClassName
{
color: #973477;
}
.AnyTagClassName
{
color: #973477;
}
</style>
background-color css
<style>
a { background-color: #973477; }
a { background-color: rgb(151,52,119); }
div.DivClassName
{
background-color: #973477;
}
.BgClassName
{
background-color: #973477;
}
</style>
border-color css
<style>
span { border-color: #973477; }
span { border-color: rgb(151,52,119); }
td.TdClassName
{
border-color: #973477;
}
.TagClassName
{
border-color: #973477;
}
</style>