Shades of Dark Purple #971774
Tints of Dark Purple #971774
RGB
CMYK
RGB Variations
Color information
#971774 (or 0x971774) is known color: Dark Purple. HEX triplet: 97, 17 and 74. RGB value is (151,23,116). Sum of RGB (Red+Green+Blue) = 151+23+116=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #971774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971774 is #68E88B. Grayscale: #474747. Windows color (decimal): -6875276 or 7608215. OLE color: 7608215.
HSL color Cylindrical-coordinate representation of color #971774: hue angle of 316.41º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971774 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 23 | 116 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.41 |
| HSL | 316.41º | 0.74% | 0.34% | - |
| HSV(B) | 316.41º | 0.85% | 0.59% | - |
| XYZ | 16.22 | 8.45 | 17.3 | - |
| YUV | 71.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 23 | 116 | 0 | 0.85 | 0.23 | 0.41 | 316.41 | 0.74 | 0.34 |
| Hex | 97 | 17 | 74 | 0 | 55 | 17 | 29 | 13C | 4A | 22 |
| Octal | 227 | 27 | 164 | 0 | 125 | 27 | 51 | 474 | 112 | 42 |
| Binary | 10010111 | 10111 | 1110100 | 0 | 1010101 | 10111 | 101001 | 100111100 | 1001010 | 100010 |
Color Harmonies of #971774
Complementary color
Monochromatic Colors of #971774
Black with #971774
Text Example
Text Example
White with #971774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971774; }
p { color: rgb(151,23,116); }
H1.HeaderClassName
{
color: #971774;
}
.AnyTagClassName
{
color: #971774;
}
</style>
background-color css
<style>
a { background-color: #971774; }
a { background-color: rgb(151,23,116); }
div.DivClassName
{
background-color: #971774;
}
.BgClassName
{
background-color: #971774;
}
</style>
border-color css
<style>
span { border-color: #971774; }
span { border-color: rgb(151,23,116); }
td.TdClassName
{
border-color: #971774;
}
.TagClassName
{
border-color: #971774;
}
</style>