Shades of Dark Purple #80127A
Tints of Dark Purple #80127A
RGB
CMYK
RGB Variations
Color information
#80127A (or 0x80127A) is known color: Dark Purple. HEX triplet: 80, 12 and 7A. RGB value is (128,18,122). Sum of RGB (Red+Green+Blue) = 128+18+122=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #80127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80127A is #7FED85. Grayscale: #3E3E3E. Windows color (decimal): -8383878 or 8000128. OLE color: 8000128.
HSL color Cylindrical-coordinate representation of color #80127A: hue angle of 303.27º 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 #80127A is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 18 | 122 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.50 |
| HSL | 303.27º | 0.75% | 0.29% | - |
| HSV(B) | 303.27º | 0.86% | 0.5% | - |
| XYZ | 12.63 | 6.43 | 18.99 | - |
| YUV | 62.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 122 | 0 | 0.86 | 0.05 | 0.50 | 303.27 | 0.75 | 0.29 |
| Hex | 80 | 12 | 7A | 0 | 56 | 5 | 32 | 12F | 4B | 1D |
| Octal | 200 | 22 | 172 | 0 | 126 | 5 | 62 | 457 | 113 | 35 |
| Binary | 10000000 | 10010 | 1111010 | 0 | 1010110 | 101 | 110010 | 100101111 | 1001011 | 11101 |
Color Harmonies of #80127A
Complementary color
Monochromatic Colors of #80127A
Black with #80127A
Text Example
Text Example
White with #80127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80127A; }
p { color: rgb(128,18,122); }
H1.HeaderClassName
{
color: #80127A;
}
.AnyTagClassName
{
color: #80127A;
}
</style>
background-color css
<style>
a { background-color: #80127A; }
a { background-color: rgb(128,18,122); }
div.DivClassName
{
background-color: #80127A;
}
.BgClassName
{
background-color: #80127A;
}
</style>
border-color css
<style>
span { border-color: #80127A; }
span { border-color: rgb(128,18,122); }
td.TdClassName
{
border-color: #80127A;
}
.TagClassName
{
border-color: #80127A;
}
</style>