Shades of Dark Purple #80157A
Tints of Dark Purple #80157A
RGB
CMYK
RGB Variations
Color information
#80157A (or 0x80157A) is known color: Dark Purple. HEX triplet: 80, 15 and 7A. RGB value is (128,21,122). Sum of RGB (Red+Green+Blue) = 128+21+122=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80157A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80157A is #7FEA85. Grayscale: #404040. Windows color (decimal): -8383110 or 8000896. OLE color: 8000896.
HSL color Cylindrical-coordinate representation of color #80157A: hue angle of 303.36º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80157A is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 21 | 122 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.50 |
| HSL | 303.36º | 0.72% | 0.29% | - |
| HSV(B) | 303.36º | 0.84% | 0.5% | - |
| XYZ | 12.68 | 6.53 | 19 | - |
| YUV | 64.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 122 | 0 | 0.84 | 0.05 | 0.50 | 303.36 | 0.72 | 0.29 |
| Hex | 80 | 15 | 7A | 0 | 54 | 5 | 32 | 12F | 48 | 1D |
| Octal | 200 | 25 | 172 | 0 | 124 | 5 | 62 | 457 | 110 | 35 |
| Binary | 10000000 | 10101 | 1111010 | 0 | 1010100 | 101 | 110010 | 100101111 | 1001000 | 11101 |
Color Harmonies of #80157A
Complementary color
Monochromatic Colors of #80157A
Black with #80157A
Text Example
Text Example
White with #80157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80157A; }
p { color: rgb(128,21,122); }
H1.HeaderClassName
{
color: #80157A;
}
.AnyTagClassName
{
color: #80157A;
}
</style>
background-color css
<style>
a { background-color: #80157A; }
a { background-color: rgb(128,21,122); }
div.DivClassName
{
background-color: #80157A;
}
.BgClassName
{
background-color: #80157A;
}
</style>
border-color css
<style>
span { border-color: #80157A; }
span { border-color: rgb(128,21,122); }
td.TdClassName
{
border-color: #80157A;
}
.TagClassName
{
border-color: #80157A;
}
</style>