Shades of Dark Purple #971F7E
Tints of Dark Purple #971F7E
RGB
CMYK
RGB Variations
Color information
#971F7E (or 0x971F7E) is known color: Dark Purple. HEX triplet: 97, 1F and 7E. RGB value is (151,31,126). Sum of RGB (Red+Green+Blue) = 151+31+126=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #971F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971F7E is #68E081. Grayscale: #4D4D4D. Windows color (decimal): -6873218 or 8265623. OLE color: 8265623.
HSL color Cylindrical-coordinate representation of color #971F7E: hue angle of 312.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #971F7E is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 31 | 126 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.41 |
| HSL | 312.5º | 0.66% | 0.36% | - |
| HSV(B) | 312.5º | 0.79% | 0.59% | - |
| XYZ | 17.02 | 9.07 | 20.59 | - |
| YUV | 77.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 31 | 126 | 0 | 0.79 | 0.17 | 0.41 | 312.5 | 0.66 | 0.36 |
| Hex | 97 | 1F | 7E | 0 | 4F | 11 | 29 | 138 | 42 | 24 |
| Octal | 227 | 37 | 176 | 0 | 117 | 21 | 51 | 470 | 102 | 44 |
| Binary | 10010111 | 11111 | 1111110 | 0 | 1001111 | 10001 | 101001 | 100111000 | 1000010 | 100100 |
Color Harmonies of #971F7E
Complementary color
Monochromatic Colors of #971F7E
Black with #971F7E
Text Example
Text Example
White with #971F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971F7E; }
p { color: rgb(151,31,126); }
H1.HeaderClassName
{
color: #971F7E;
}
.AnyTagClassName
{
color: #971F7E;
}
</style>
background-color css
<style>
a { background-color: #971F7E; }
a { background-color: rgb(151,31,126); }
div.DivClassName
{
background-color: #971F7E;
}
.BgClassName
{
background-color: #971F7E;
}
</style>
border-color css
<style>
span { border-color: #971F7E; }
span { border-color: rgb(151,31,126); }
td.TdClassName
{
border-color: #971F7E;
}
.TagClassName
{
border-color: #971F7E;
}
</style>