Shades of Dark Purple #971078
Tints of Dark Purple #971078
RGB
CMYK
RGB Variations
Color information
#971078 (or 0x971078) is known color: Dark Purple. HEX triplet: 97, 10 and 78. RGB value is (151,16,120). Sum of RGB (Red+Green+Blue) = 151+16+120=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #971078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971078 is #68EF87. Grayscale: #434343. Windows color (decimal): -6877064 or 7868567. OLE color: 7868567.
HSL color Cylindrical-coordinate representation of color #971078: hue angle of 313.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971078 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 16 | 120 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.41 |
| HSL | 313.78º | 0.81% | 0.33% | - |
| HSV(B) | 313.78º | 0.89% | 0.59% | - |
| XYZ | 16.34 | 8.31 | 18.51 | - |
| YUV | 68.22 | 157.23 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 16 | 120 | 0 | 0.89 | 0.21 | 0.41 | 313.78 | 0.81 | 0.33 |
| Hex | 97 | 10 | 78 | 0 | 59 | 15 | 29 | 13A | 51 | 21 |
| Octal | 227 | 20 | 170 | 0 | 131 | 25 | 51 | 472 | 121 | 41 |
| Binary | 10010111 | 10000 | 1111000 | 0 | 1011001 | 10101 | 101001 | 100111010 | 1010001 | 100001 |
Color Harmonies of #971078
Complementary color
Monochromatic Colors of #971078
Black with #971078
Text Example
Text Example
White with #971078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971078; }
p { color: rgb(151,16,120); }
H1.HeaderClassName
{
color: #971078;
}
.AnyTagClassName
{
color: #971078;
}
</style>
background-color css
<style>
a { background-color: #971078; }
a { background-color: rgb(151,16,120); }
div.DivClassName
{
background-color: #971078;
}
.BgClassName
{
background-color: #971078;
}
</style>
border-color css
<style>
span { border-color: #971078; }
span { border-color: rgb(151,16,120); }
td.TdClassName
{
border-color: #971078;
}
.TagClassName
{
border-color: #971078;
}
</style>