Shades of Dark Purple #972380
Tints of Dark Purple #972380
RGB
CMYK
RGB Variations
Color information
#972380 (or 0x972380) is known color: Dark Purple. HEX triplet: 97, 23 and 80. RGB value is (151,35,128). Sum of RGB (Red+Green+Blue) = 151+35+128=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #972380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972380 is #68DC7F. Grayscale: #505050. Windows color (decimal): -6872192 or 8397719. OLE color: 8397719.
HSL color Cylindrical-coordinate representation of color #972380: hue angle of 311.9º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972380 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 35 | 128 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.41 |
| HSL | 311.9º | 0.62% | 0.36% | - |
| HSV(B) | 311.9º | 0.77% | 0.59% | - |
| XYZ | 17.26 | 9.34 | 21.32 | - |
| YUV | 80.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 35 | 128 | 0 | 0.77 | 0.15 | 0.41 | 311.9 | 0.62 | 0.36 |
| Hex | 97 | 23 | 80 | 0 | 4D | F | 29 | 138 | 3E | 24 |
| Octal | 227 | 43 | 200 | 0 | 115 | 17 | 51 | 470 | 76 | 44 |
| Binary | 10010111 | 100011 | 10000000 | 0 | 1001101 | 1111 | 101001 | 100111000 | 111110 | 100100 |
Color Harmonies of #972380
Complementary color
Monochromatic Colors of #972380
Black with #972380
Text Example
Text Example
White with #972380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972380; }
p { color: rgb(151,35,128); }
H1.HeaderClassName
{
color: #972380;
}
.AnyTagClassName
{
color: #972380;
}
</style>
background-color css
<style>
a { background-color: #972380; }
a { background-color: rgb(151,35,128); }
div.DivClassName
{
background-color: #972380;
}
.BgClassName
{
background-color: #972380;
}
</style>
border-color css
<style>
span { border-color: #972380; }
span { border-color: rgb(151,35,128); }
td.TdClassName
{
border-color: #972380;
}
.TagClassName
{
border-color: #972380;
}
</style>