Shades of Dark Purple #971B77
Tints of Dark Purple #971B77
RGB
CMYK
RGB Variations
Color information
#971B77 (or 0x971B77) is known color: Dark Purple. HEX triplet: 97, 1B and 77. RGB value is (151,27,119). Sum of RGB (Red+Green+Blue) = 151+27+119=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #971B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971B77 is #68E488. Grayscale: #4A4A4A. Windows color (decimal): -6874249 or 7805847. OLE color: 7805847.
HSL color Cylindrical-coordinate representation of color #971B77: hue angle of 315.48º 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 #971B77 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 27 | 119 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.41 |
| HSL | 315.48º | 0.7% | 0.35% | - |
| HSV(B) | 315.48º | 0.82% | 0.59% | - |
| XYZ | 16.48 | 8.7 | 18.26 | - |
| YUV | 74.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 119 | 0 | 0.82 | 0.21 | 0.41 | 315.48 | 0.7 | 0.35 |
| Hex | 97 | 1B | 77 | 0 | 52 | 15 | 29 | 13B | 46 | 23 |
| Octal | 227 | 33 | 167 | 0 | 122 | 25 | 51 | 473 | 106 | 43 |
| Binary | 10010111 | 11011 | 1110111 | 0 | 1010010 | 10101 | 101001 | 100111011 | 1000110 | 100011 |
Color Harmonies of #971B77
Complementary color
Monochromatic Colors of #971B77
Black with #971B77
Text Example
Text Example
White with #971B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971B77; }
p { color: rgb(151,27,119); }
H1.HeaderClassName
{
color: #971B77;
}
.AnyTagClassName
{
color: #971B77;
}
</style>
background-color css
<style>
a { background-color: #971B77; }
a { background-color: rgb(151,27,119); }
div.DivClassName
{
background-color: #971B77;
}
.BgClassName
{
background-color: #971B77;
}
</style>
border-color css
<style>
span { border-color: #971B77; }
span { border-color: rgb(151,27,119); }
td.TdClassName
{
border-color: #971B77;
}
.TagClassName
{
border-color: #971B77;
}
</style>