Shades of Dark Purple #80287C
Tints of Dark Purple #80287C
RGB
CMYK
RGB Variations
Color information
#80287C (or 0x80287C) is known color: Dark Purple. HEX triplet: 80, 28 and 7C. RGB value is (128,40,124). Sum of RGB (Red+Green+Blue) = 128+40+124=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #80287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80287C is #7FD783. Grayscale: #4B4B4B. Windows color (decimal): -8378244 or 8136832. OLE color: 8136832.
HSL color Cylindrical-coordinate representation of color #80287C: hue angle of 302.73º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80287C is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 124 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.50 |
| HSL | 302.73º | 0.52% | 0.33% | - |
| HSV(B) | 302.73º | 0.69% | 0.5% | - |
| XYZ | 13.3 | 7.56 | 19.83 | - |
| YUV | 75.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 124 | 0 | 0.69 | 0.03 | 0.50 | 302.73 | 0.52 | 0.33 |
| Hex | 80 | 28 | 7C | 0 | 45 | 3 | 32 | 12F | 34 | 21 |
| Octal | 200 | 50 | 174 | 0 | 105 | 3 | 62 | 457 | 64 | 41 |
| Binary | 10000000 | 101000 | 1111100 | 0 | 1000101 | 11 | 110010 | 100101111 | 110100 | 100001 |
Color Harmonies of #80287C
Complementary color
Monochromatic Colors of #80287C
Black with #80287C
Text Example
Text Example
White with #80287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80287C; }
p { color: rgb(128,40,124); }
H1.HeaderClassName
{
color: #80287C;
}
.AnyTagClassName
{
color: #80287C;
}
</style>
background-color css
<style>
a { background-color: #80287C; }
a { background-color: rgb(128,40,124); }
div.DivClassName
{
background-color: #80287C;
}
.BgClassName
{
background-color: #80287C;
}
</style>
border-color css
<style>
span { border-color: #80287C; }
span { border-color: rgb(128,40,124); }
td.TdClassName
{
border-color: #80287C;
}
.TagClassName
{
border-color: #80287C;
}
</style>