Shades of Dark Purple #80287F
Tints of Dark Purple #80287F
RGB
CMYK
RGB Variations
Color information
#80287F (or 0x80287F) is known color: Dark Purple. HEX triplet: 80, 28 and 7F. RGB value is (128,40,127). Sum of RGB (Red+Green+Blue) = 128+40+127=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #80287F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80287F is #7FD780. Grayscale: #4B4B4B. Windows color (decimal): -8378241 or 8333440. OLE color: 8333440.
HSL color Cylindrical-coordinate representation of color #80287F: hue angle of 300.68º 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 #80287F is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 127 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.50 |
| HSL | 300.68º | 0.52% | 0.33% | - |
| HSV(B) | 300.68º | 0.69% | 0.5% | - |
| XYZ | 13.49 | 7.64 | 20.84 | - |
| YUV | 76.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 127 | 0 | 0.69 | 0.01 | 0.50 | 300.68 | 0.52 | 0.33 |
| Hex | 80 | 28 | 7F | 0 | 45 | 1 | 32 | 12D | 34 | 21 |
| Octal | 200 | 50 | 177 | 0 | 105 | 1 | 62 | 455 | 64 | 41 |
| Binary | 10000000 | 101000 | 1111111 | 0 | 1000101 | 1 | 110010 | 100101101 | 110100 | 100001 |
Color Harmonies of #80287F
Complementary color
Monochromatic Colors of #80287F
Black with #80287F
Text Example
Text Example
White with #80287F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80287F; }
p { color: rgb(128,40,127); }
H1.HeaderClassName
{
color: #80287F;
}
.AnyTagClassName
{
color: #80287F;
}
</style>
background-color css
<style>
a { background-color: #80287F; }
a { background-color: rgb(128,40,127); }
div.DivClassName
{
background-color: #80287F;
}
.BgClassName
{
background-color: #80287F;
}
</style>
border-color css
<style>
span { border-color: #80287F; }
span { border-color: rgb(128,40,127); }
td.TdClassName
{
border-color: #80287F;
}
.TagClassName
{
border-color: #80287F;
}
</style>