Shades of Dark Purple #80137C
Tints of Dark Purple #80137C
RGB
CMYK
RGB Variations
Color information
#80137C (or 0x80137C) is known color: Dark Purple. HEX triplet: 80, 13 and 7C. RGB value is (128,19,124). Sum of RGB (Red+Green+Blue) = 128+19+124=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80137C is #7FEC83. Grayscale: #3F3F3F. Windows color (decimal): -8383620 or 8131456. OLE color: 8131456.
HSL color Cylindrical-coordinate representation of color #80137C: hue angle of 302.2º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80137C is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 124 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.50 |
| HSL | 302.2º | 0.74% | 0.29% | - |
| HSV(B) | 302.2º | 0.85% | 0.5% | - |
| XYZ | 12.77 | 6.51 | 19.65 | - |
| YUV | 63.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 124 | 0 | 0.85 | 0.03 | 0.50 | 302.2 | 0.74 | 0.29 |
| Hex | 80 | 13 | 7C | 0 | 55 | 3 | 32 | 12E | 4A | 1D |
| Octal | 200 | 23 | 174 | 0 | 125 | 3 | 62 | 456 | 112 | 35 |
| Binary | 10000000 | 10011 | 1111100 | 0 | 1010101 | 11 | 110010 | 100101110 | 1001010 | 11101 |
Color Harmonies of #80137C
Complementary color
Monochromatic Colors of #80137C
Black with #80137C
Text Example
Text Example
White with #80137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80137C; }
p { color: rgb(128,19,124); }
H1.HeaderClassName
{
color: #80137C;
}
.AnyTagClassName
{
color: #80137C;
}
</style>
background-color css
<style>
a { background-color: #80137C; }
a { background-color: rgb(128,19,124); }
div.DivClassName
{
background-color: #80137C;
}
.BgClassName
{
background-color: #80137C;
}
</style>
border-color css
<style>
span { border-color: #80137C; }
span { border-color: rgb(128,19,124); }
td.TdClassName
{
border-color: #80137C;
}
.TagClassName
{
border-color: #80137C;
}
</style>