Shades of Dark Purple #80287E
Tints of Dark Purple #80287E
RGB
CMYK
RGB Variations
Color information
#80287E (or 0x80287E) is known color: Dark Purple. HEX triplet: 80, 28 and 7E. RGB value is (128,40,126). Sum of RGB (Red+Green+Blue) = 128+40+126=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #80287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80287E is #7FD781. Grayscale: #4B4B4B. Windows color (decimal): -8378242 or 8267904. OLE color: 8267904.
HSL color Cylindrical-coordinate representation of color #80287E: hue angle of 301.36º 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 #80287E is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 126 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.50 |
| HSL | 301.36º | 0.52% | 0.33% | - |
| HSV(B) | 301.36º | 0.69% | 0.5% | - |
| XYZ | 13.43 | 7.61 | 20.5 | - |
| YUV | 76.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 126 | 0 | 0.69 | 0.02 | 0.50 | 301.36 | 0.52 | 0.33 |
| Hex | 80 | 28 | 7E | 0 | 45 | 2 | 32 | 12D | 34 | 21 |
| Octal | 200 | 50 | 176 | 0 | 105 | 2 | 62 | 455 | 64 | 41 |
| Binary | 10000000 | 101000 | 1111110 | 0 | 1000101 | 10 | 110010 | 100101101 | 110100 | 100001 |
Color Harmonies of #80287E
Complementary color
Monochromatic Colors of #80287E
Black with #80287E
Text Example
Text Example
White with #80287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80287E; }
p { color: rgb(128,40,126); }
H1.HeaderClassName
{
color: #80287E;
}
.AnyTagClassName
{
color: #80287E;
}
</style>
background-color css
<style>
a { background-color: #80287E; }
a { background-color: rgb(128,40,126); }
div.DivClassName
{
background-color: #80287E;
}
.BgClassName
{
background-color: #80287E;
}
</style>
border-color css
<style>
span { border-color: #80287E; }
span { border-color: rgb(128,40,126); }
td.TdClassName
{
border-color: #80287E;
}
.TagClassName
{
border-color: #80287E;
}
</style>