Shades of Dark Purple #973B7F
Tints of Dark Purple #973B7F
RGB
CMYK
RGB Variations
Color information
#973B7F (or 0x973B7F) is known color: Dark Purple. HEX triplet: 97, 3B and 7F. RGB value is (151,59,127). Sum of RGB (Red+Green+Blue) = 151+59+127=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #973B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973B7F is #68C480. Grayscale: #5E5E5E. Windows color (decimal): -6866049 or 8338327. OLE color: 8338327.
HSL color Cylindrical-coordinate representation of color #973B7F: hue angle of 315.65º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #973B7F is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 59 | 127 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.41 |
| HSL | 315.65º | 0.44% | 0.41% | - |
| HSV(B) | 315.65º | 0.61% | 0.59% | - |
| XYZ | 18.16 | 11.24 | 21.29 | - |
| YUV | 94.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 127 | 0 | 0.61 | 0.16 | 0.41 | 315.65 | 0.44 | 0.41 |
| Hex | 97 | 3B | 7F | 0 | 3D | 10 | 29 | 13C | 2C | 29 |
| Octal | 227 | 73 | 177 | 0 | 75 | 20 | 51 | 474 | 54 | 51 |
| Binary | 10010111 | 111011 | 1111111 | 0 | 111101 | 10000 | 101001 | 100111100 | 101100 | 101001 |
Color Harmonies of #973B7F
Complementary color
Monochromatic Colors of #973B7F
Black with #973B7F
Text Example
Text Example
White with #973B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973B7F; }
p { color: rgb(151,59,127); }
H1.HeaderClassName
{
color: #973B7F;
}
.AnyTagClassName
{
color: #973B7F;
}
</style>
background-color css
<style>
a { background-color: #973B7F; }
a { background-color: rgb(151,59,127); }
div.DivClassName
{
background-color: #973B7F;
}
.BgClassName
{
background-color: #973B7F;
}
</style>
border-color css
<style>
span { border-color: #973B7F; }
span { border-color: rgb(151,59,127); }
td.TdClassName
{
border-color: #973B7F;
}
.TagClassName
{
border-color: #973B7F;
}
</style>