Shades of Dark Purple #80127C
Tints of Dark Purple #80127C
RGB
CMYK
RGB Variations
Color information
#80127C (or 0x80127C) is known color: Dark Purple. HEX triplet: 80, 12 and 7C. RGB value is (128,18,124). Sum of RGB (Red+Green+Blue) = 128+18+124=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80127C is #7FED83. Grayscale: #3E3E3E. Windows color (decimal): -8383876 or 8131200. OLE color: 8131200.
HSL color Cylindrical-coordinate representation of color #80127C: hue angle of 302.18º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80127C is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 124 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.50 |
| HSL | 302.18º | 0.75% | 0.29% | - |
| HSV(B) | 302.18º | 0.86% | 0.5% | - |
| XYZ | 12.76 | 6.48 | 19.65 | - |
| YUV | 62.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 124 | 0 | 0.86 | 0.03 | 0.50 | 302.18 | 0.75 | 0.29 |
| Hex | 80 | 12 | 7C | 0 | 56 | 3 | 32 | 12E | 4B | 1D |
| Octal | 200 | 22 | 174 | 0 | 126 | 3 | 62 | 456 | 113 | 35 |
| Binary | 10000000 | 10010 | 1111100 | 0 | 1010110 | 11 | 110010 | 100101110 | 1001011 | 11101 |
Color Harmonies of #80127C
Complementary color
Monochromatic Colors of #80127C
Black with #80127C
Text Example
Text Example
White with #80127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80127C; }
p { color: rgb(128,18,124); }
H1.HeaderClassName
{
color: #80127C;
}
.AnyTagClassName
{
color: #80127C;
}
</style>
background-color css
<style>
a { background-color: #80127C; }
a { background-color: rgb(128,18,124); }
div.DivClassName
{
background-color: #80127C;
}
.BgClassName
{
background-color: #80127C;
}
</style>
border-color css
<style>
span { border-color: #80127C; }
span { border-color: rgb(128,18,124); }
td.TdClassName
{
border-color: #80127C;
}
.TagClassName
{
border-color: #80127C;
}
</style>