Shades of Dark Purple #80187C
Tints of Dark Purple #80187C
RGB
CMYK
RGB Variations
Color information
#80187C (or 0x80187C) is known color: Dark Purple. HEX triplet: 80, 18 and 7C. RGB value is (128,24,124). Sum of RGB (Red+Green+Blue) = 128+24+124=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80187C is #7FE783. Grayscale: #424242. Windows color (decimal): -8382340 or 8132736. OLE color: 8132736.
HSL color Cylindrical-coordinate representation of color #80187C: hue angle of 302.31º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80187C is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 24 | 124 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.50 |
| HSL | 302.31º | 0.68% | 0.3% | - |
| HSV(B) | 302.31º | 0.81% | 0.5% | - |
| XYZ | 12.87 | 6.7 | 19.68 | - |
| YUV | 66.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 124 | 0 | 0.81 | 0.03 | 0.50 | 302.31 | 0.68 | 0.3 |
| Hex | 80 | 18 | 7C | 0 | 51 | 3 | 32 | 12E | 44 | 1E |
| Octal | 200 | 30 | 174 | 0 | 121 | 3 | 62 | 456 | 104 | 36 |
| Binary | 10000000 | 11000 | 1111100 | 0 | 1010001 | 11 | 110010 | 100101110 | 1000100 | 11110 |
Color Harmonies of #80187C
Complementary color
Monochromatic Colors of #80187C
Black with #80187C
Text Example
Text Example
White with #80187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80187C; }
p { color: rgb(128,24,124); }
H1.HeaderClassName
{
color: #80187C;
}
.AnyTagClassName
{
color: #80187C;
}
</style>
background-color css
<style>
a { background-color: #80187C; }
a { background-color: rgb(128,24,124); }
div.DivClassName
{
background-color: #80187C;
}
.BgClassName
{
background-color: #80187C;
}
</style>
border-color css
<style>
span { border-color: #80187C; }
span { border-color: rgb(128,24,124); }
td.TdClassName
{
border-color: #80187C;
}
.TagClassName
{
border-color: #80187C;
}
</style>