Shades of Dark Purple #80197B
Tints of Dark Purple #80197B
RGB
CMYK
RGB Variations
Color information
#80197B (or 0x80197B) is known color: Dark Purple. HEX triplet: 80, 19 and 7B. RGB value is (128,25,123). Sum of RGB (Red+Green+Blue) = 128+25+123=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80197B is #7FE684. Grayscale: #424242. Windows color (decimal): -8382085 or 8067456. OLE color: 8067456.
HSL color Cylindrical-coordinate representation of color #80197B: hue angle of 302.91º 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 #80197B is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 123 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.50 |
| HSL | 302.91º | 0.67% | 0.3% | - |
| HSV(B) | 302.91º | 0.8% | 0.5% | - |
| XYZ | 12.82 | 6.71 | 19.36 | - |
| YUV | 66.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 123 | 0 | 0.80 | 0.04 | 0.50 | 302.91 | 0.67 | 0.3 |
| Hex | 80 | 19 | 7B | 0 | 50 | 4 | 32 | 12F | 43 | 1E |
| Octal | 200 | 31 | 173 | 0 | 120 | 4 | 62 | 457 | 103 | 36 |
| Binary | 10000000 | 11001 | 1111011 | 0 | 1010000 | 100 | 110010 | 100101111 | 1000011 | 11110 |
Color Harmonies of #80197B
Complementary color
Monochromatic Colors of #80197B
Black with #80197B
Text Example
Text Example
White with #80197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80197B; }
p { color: rgb(128,25,123); }
H1.HeaderClassName
{
color: #80197B;
}
.AnyTagClassName
{
color: #80197B;
}
</style>
background-color css
<style>
a { background-color: #80197B; }
a { background-color: rgb(128,25,123); }
div.DivClassName
{
background-color: #80197B;
}
.BgClassName
{
background-color: #80197B;
}
</style>
border-color css
<style>
span { border-color: #80197B; }
span { border-color: rgb(128,25,123); }
td.TdClassName
{
border-color: #80197B;
}
.TagClassName
{
border-color: #80197B;
}
</style>