Shades of Dark Purple #973280
Tints of Dark Purple #973280
RGB
CMYK
RGB Variations
Color information
#973280 (or 0x973280) is known color: Dark Purple. HEX triplet: 97, 32 and 80. RGB value is (151,50,128). Sum of RGB (Red+Green+Blue) = 151+50+128=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #973280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973280 is #68CD7F. Grayscale: #585858. Windows color (decimal): -6868352 or 8401559. OLE color: 8401559.
HSL color Cylindrical-coordinate representation of color #973280: hue angle of 313.66º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973280 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 50 | 128 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.41 |
| HSL | 313.66º | 0.5% | 0.39% | - |
| HSV(B) | 313.66º | 0.67% | 0.59% | - |
| XYZ | 17.8 | 10.42 | 21.5 | - |
| YUV | 89.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 50 | 128 | 0 | 0.67 | 0.15 | 0.41 | 313.66 | 0.5 | 0.39 |
| Hex | 97 | 32 | 80 | 0 | 43 | F | 29 | 13A | 32 | 27 |
| Octal | 227 | 62 | 200 | 0 | 103 | 17 | 51 | 472 | 62 | 47 |
| Binary | 10010111 | 110010 | 10000000 | 0 | 1000011 | 1111 | 101001 | 100111010 | 110010 | 100111 |
Color Harmonies of #973280
Complementary color
Monochromatic Colors of #973280
Black with #973280
Text Example
Text Example
White with #973280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973280; }
p { color: rgb(151,50,128); }
H1.HeaderClassName
{
color: #973280;
}
.AnyTagClassName
{
color: #973280;
}
</style>
background-color css
<style>
a { background-color: #973280; }
a { background-color: rgb(151,50,128); }
div.DivClassName
{
background-color: #973280;
}
.BgClassName
{
background-color: #973280;
}
</style>
border-color css
<style>
span { border-color: #973280; }
span { border-color: rgb(151,50,128); }
td.TdClassName
{
border-color: #973280;
}
.TagClassName
{
border-color: #973280;
}
</style>