Shades of Dark Purple #972B71
Tints of Dark Purple #972B71
RGB
CMYK
RGB Variations
Color information
#972B71 (or 0x972B71) is known color: Dark Purple. HEX triplet: 97, 2B and 71. RGB value is (151,43,113). Sum of RGB (Red+Green+Blue) = 151+43+113=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #972B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972B71 is #68D48E. Grayscale: #535353. Windows color (decimal): -6870159 or 7416727. OLE color: 7416727.
HSL color Cylindrical-coordinate representation of color #972B71: hue angle of 321.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #972B71 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 43 | 113 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.41 |
| HSL | 321.11º | 0.56% | 0.38% | - |
| HSV(B) | 321.11º | 0.72% | 0.59% | - |
| XYZ | 16.61 | 9.5 | 16.58 | - |
| YUV | 83.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 113 | 0 | 0.72 | 0.25 | 0.41 | 321.11 | 0.56 | 0.38 |
| Hex | 97 | 2B | 71 | 0 | 48 | 19 | 29 | 141 | 38 | 26 |
| Octal | 227 | 53 | 161 | 0 | 110 | 31 | 51 | 501 | 70 | 46 |
| Binary | 10010111 | 101011 | 1110001 | 0 | 1001000 | 11001 | 101001 | 101000001 | 111000 | 100110 |
Color Harmonies of #972B71
Complementary color
Monochromatic Colors of #972B71
Black with #972B71
Text Example
Text Example
White with #972B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972B71; }
p { color: rgb(151,43,113); }
H1.HeaderClassName
{
color: #972B71;
}
.AnyTagClassName
{
color: #972B71;
}
</style>
background-color css
<style>
a { background-color: #972B71; }
a { background-color: rgb(151,43,113); }
div.DivClassName
{
background-color: #972B71;
}
.BgClassName
{
background-color: #972B71;
}
</style>
border-color css
<style>
span { border-color: #972B71; }
span { border-color: rgb(151,43,113); }
td.TdClassName
{
border-color: #972B71;
}
.TagClassName
{
border-color: #972B71;
}
</style>