Shades of Dark Purple #971B7E
Tints of Dark Purple #971B7E
RGB
CMYK
RGB Variations
Color information
#971B7E (or 0x971B7E) is known color: Dark Purple. HEX triplet: 97, 1B and 7E. RGB value is (151,27,126). Sum of RGB (Red+Green+Blue) = 151+27+126=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #971B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971B7E is #68E481. Grayscale: #4B4B4B. Windows color (decimal): -6874242 or 8264599. OLE color: 8264599.
HSL color Cylindrical-coordinate representation of color #971B7E: hue angle of 312.1º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971B7E is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 27 | 126 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.41 |
| HSL | 312.1º | 0.7% | 0.35% | - |
| HSV(B) | 312.1º | 0.82% | 0.59% | - |
| XYZ | 16.92 | 8.87 | 20.56 | - |
| YUV | 75.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 126 | 0 | 0.82 | 0.17 | 0.41 | 312.1 | 0.7 | 0.35 |
| Hex | 97 | 1B | 7E | 0 | 52 | 11 | 29 | 138 | 46 | 23 |
| Octal | 227 | 33 | 176 | 0 | 122 | 21 | 51 | 470 | 106 | 43 |
| Binary | 10010111 | 11011 | 1111110 | 0 | 1010010 | 10001 | 101001 | 100111000 | 1000110 | 100011 |
Color Harmonies of #971B7E
Complementary color
Monochromatic Colors of #971B7E
Black with #971B7E
Text Example
Text Example
White with #971B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971B7E; }
p { color: rgb(151,27,126); }
H1.HeaderClassName
{
color: #971B7E;
}
.AnyTagClassName
{
color: #971B7E;
}
</style>
background-color css
<style>
a { background-color: #971B7E; }
a { background-color: rgb(151,27,126); }
div.DivClassName
{
background-color: #971B7E;
}
.BgClassName
{
background-color: #971B7E;
}
</style>
border-color css
<style>
span { border-color: #971B7E; }
span { border-color: rgb(151,27,126); }
td.TdClassName
{
border-color: #971B7E;
}
.TagClassName
{
border-color: #971B7E;
}
</style>