Shades of Dark Purple #972677
Tints of Dark Purple #972677
RGB
CMYK
RGB Variations
Color information
#972677 (or 0x972677) is known color: Dark Purple. HEX triplet: 97, 26 and 77. RGB value is (151,38,119). Sum of RGB (Red+Green+Blue) = 151+38+119=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #972677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972677 is #68D988. Grayscale: #505050. Windows color (decimal): -6871433 or 7808663. OLE color: 7808663.
HSL color Cylindrical-coordinate representation of color #972677: hue angle of 316.99º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972677 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 38 | 119 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.41 |
| HSL | 316.99º | 0.6% | 0.37% | - |
| HSV(B) | 316.99º | 0.75% | 0.59% | - |
| XYZ | 16.79 | 9.3 | 18.36 | - |
| YUV | 81.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 38 | 119 | 0 | 0.75 | 0.21 | 0.41 | 316.99 | 0.6 | 0.37 |
| Hex | 97 | 26 | 77 | 0 | 4B | 15 | 29 | 13D | 3C | 25 |
| Octal | 227 | 46 | 167 | 0 | 113 | 25 | 51 | 475 | 74 | 45 |
| Binary | 10010111 | 100110 | 1110111 | 0 | 1001011 | 10101 | 101001 | 100111101 | 111100 | 100101 |
Color Harmonies of #972677
Complementary color
Monochromatic Colors of #972677
Black with #972677
Text Example
Text Example
White with #972677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972677; }
p { color: rgb(151,38,119); }
H1.HeaderClassName
{
color: #972677;
}
.AnyTagClassName
{
color: #972677;
}
</style>
background-color css
<style>
a { background-color: #972677; }
a { background-color: rgb(151,38,119); }
div.DivClassName
{
background-color: #972677;
}
.BgClassName
{
background-color: #972677;
}
</style>
border-color css
<style>
span { border-color: #972677; }
span { border-color: rgb(151,38,119); }
td.TdClassName
{
border-color: #972677;
}
.TagClassName
{
border-color: #972677;
}
</style>