Shades of Dark Purple #972874
Tints of Dark Purple #972874
RGB
CMYK
RGB Variations
Color information
#972874 (or 0x972874) is known color: Dark Purple. HEX triplet: 97, 28 and 74. RGB value is (151,40,116). Sum of RGB (Red+Green+Blue) = 151+40+116=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #972874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972874 is #68D78B. Grayscale: #515151. Windows color (decimal): -6870924 or 7612567. OLE color: 7612567.
HSL color Cylindrical-coordinate representation of color #972874: hue angle of 318.92º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #972874 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 40 | 116 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.41 |
| HSL | 318.92º | 0.58% | 0.37% | - |
| HSV(B) | 318.92º | 0.74% | 0.59% | - |
| XYZ | 16.67 | 9.36 | 17.45 | - |
| YUV | 81.85 | 147.27 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 40 | 116 | 0 | 0.74 | 0.23 | 0.41 | 318.92 | 0.58 | 0.37 |
| Hex | 97 | 28 | 74 | 0 | 4A | 17 | 29 | 13F | 3A | 25 |
| Octal | 227 | 50 | 164 | 0 | 112 | 27 | 51 | 477 | 72 | 45 |
| Binary | 10010111 | 101000 | 1110100 | 0 | 1001010 | 10111 | 101001 | 100111111 | 111010 | 100101 |
Color Harmonies of #972874
Complementary color
Monochromatic Colors of #972874
Black with #972874
Text Example
Text Example
White with #972874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972874; }
p { color: rgb(151,40,116); }
H1.HeaderClassName
{
color: #972874;
}
.AnyTagClassName
{
color: #972874;
}
</style>
background-color css
<style>
a { background-color: #972874; }
a { background-color: rgb(151,40,116); }
div.DivClassName
{
background-color: #972874;
}
.BgClassName
{
background-color: #972874;
}
</style>
border-color css
<style>
span { border-color: #972874; }
span { border-color: rgb(151,40,116); }
td.TdClassName
{
border-color: #972874;
}
.TagClassName
{
border-color: #972874;
}
</style>