Shades of Dark Purple #80147C
Tints of Dark Purple #80147C
RGB
CMYK
RGB Variations
Color information
#80147C (or 0x80147C) is known color: Dark Purple. HEX triplet: 80, 14 and 7C. RGB value is (128,20,124). Sum of RGB (Red+Green+Blue) = 128+20+124=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80147C is #7FEB83. Grayscale: #3F3F3F. Windows color (decimal): -8383364 or 8131712. OLE color: 8131712.
HSL color Cylindrical-coordinate representation of color #80147C: hue angle of 302.22º degrees, saturation: 0.73, 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 #80147C is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 124 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.50 |
| HSL | 302.22º | 0.73% | 0.29% | - |
| HSV(B) | 302.22º | 0.84% | 0.5% | - |
| XYZ | 12.79 | 6.54 | 19.66 | - |
| YUV | 64.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 124 | 0 | 0.84 | 0.03 | 0.50 | 302.22 | 0.73 | 0.29 |
| Hex | 80 | 14 | 7C | 0 | 54 | 3 | 32 | 12E | 49 | 1D |
| Octal | 200 | 24 | 174 | 0 | 124 | 3 | 62 | 456 | 111 | 35 |
| Binary | 10000000 | 10100 | 1111100 | 0 | 1010100 | 11 | 110010 | 100101110 | 1001001 | 11101 |
Color Harmonies of #80147C
Complementary color
Monochromatic Colors of #80147C
Black with #80147C
Text Example
Text Example
White with #80147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80147C; }
p { color: rgb(128,20,124); }
H1.HeaderClassName
{
color: #80147C;
}
.AnyTagClassName
{
color: #80147C;
}
</style>
background-color css
<style>
a { background-color: #80147C; }
a { background-color: rgb(128,20,124); }
div.DivClassName
{
background-color: #80147C;
}
.BgClassName
{
background-color: #80147C;
}
</style>
border-color css
<style>
span { border-color: #80147C; }
span { border-color: rgb(128,20,124); }
td.TdClassName
{
border-color: #80147C;
}
.TagClassName
{
border-color: #80147C;
}
</style>