Shades of Dark Purple #80197E
Tints of Dark Purple #80197E
RGB
CMYK
RGB Variations
Color information
#80197E (or 0x80197E) is known color: Dark Purple. HEX triplet: 80, 19 and 7E. RGB value is (128,25,126). Sum of RGB (Red+Green+Blue) = 128+25+126=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #80197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80197E is #7FE681. Grayscale: #434343. Windows color (decimal): -8382082 or 8264064. OLE color: 8264064.
HSL color Cylindrical-coordinate representation of color #80197E: hue angle of 301.17º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80197E is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 126 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.50 |
| HSL | 301.17º | 0.67% | 0.3% | - |
| HSV(B) | 301.17º | 0.8% | 0.5% | - |
| XYZ | 13.02 | 6.79 | 20.36 | - |
| YUV | 67.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 126 | 0 | 0.80 | 0.02 | 0.50 | 301.17 | 0.67 | 0.3 |
| Hex | 80 | 19 | 7E | 0 | 50 | 2 | 32 | 12D | 43 | 1E |
| Octal | 200 | 31 | 176 | 0 | 120 | 2 | 62 | 455 | 103 | 36 |
| Binary | 10000000 | 11001 | 1111110 | 0 | 1010000 | 10 | 110010 | 100101101 | 1000011 | 11110 |
Color Harmonies of #80197E
Complementary color
Monochromatic Colors of #80197E
Black with #80197E
Text Example
Text Example
White with #80197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80197E; }
p { color: rgb(128,25,126); }
H1.HeaderClassName
{
color: #80197E;
}
.AnyTagClassName
{
color: #80197E;
}
</style>
background-color css
<style>
a { background-color: #80197E; }
a { background-color: rgb(128,25,126); }
div.DivClassName
{
background-color: #80197E;
}
.BgClassName
{
background-color: #80197E;
}
</style>
border-color css
<style>
span { border-color: #80197E; }
span { border-color: rgb(128,25,126); }
td.TdClassName
{
border-color: #80197E;
}
.TagClassName
{
border-color: #80197E;
}
</style>