Shades of Dark Purple #972577
Tints of Dark Purple #972577
RGB
CMYK
RGB Variations
Color information
#972577 (or 0x972577) is known color: Dark Purple. HEX triplet: 97, 25 and 77. RGB value is (151,37,119). Sum of RGB (Red+Green+Blue) = 151+37+119=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #972577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972577 is #68DA88. Grayscale: #505050. Windows color (decimal): -6871689 or 7808407. OLE color: 7808407.
HSL color Cylindrical-coordinate representation of color #972577: hue angle of 316.84º degrees, saturation: 0.61, 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 #972577 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 37 | 119 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.41 |
| HSL | 316.84º | 0.61% | 0.37% | - |
| HSV(B) | 316.84º | 0.75% | 0.59% | - |
| XYZ | 16.75 | 9.23 | 18.35 | - |
| YUV | 80.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 37 | 119 | 0 | 0.75 | 0.21 | 0.41 | 316.84 | 0.61 | 0.37 |
| Hex | 97 | 25 | 77 | 0 | 4B | 15 | 29 | 13D | 3D | 25 |
| Octal | 227 | 45 | 167 | 0 | 113 | 25 | 51 | 475 | 75 | 45 |
| Binary | 10010111 | 100101 | 1110111 | 0 | 1001011 | 10101 | 101001 | 100111101 | 111101 | 100101 |
Color Harmonies of #972577
Complementary color
Monochromatic Colors of #972577
Black with #972577
Text Example
Text Example
White with #972577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972577; }
p { color: rgb(151,37,119); }
H1.HeaderClassName
{
color: #972577;
}
.AnyTagClassName
{
color: #972577;
}
</style>
background-color css
<style>
a { background-color: #972577; }
a { background-color: rgb(151,37,119); }
div.DivClassName
{
background-color: #972577;
}
.BgClassName
{
background-color: #972577;
}
</style>
border-color css
<style>
span { border-color: #972577; }
span { border-color: rgb(151,37,119); }
td.TdClassName
{
border-color: #972577;
}
.TagClassName
{
border-color: #972577;
}
</style>