Shades of Dark Purple #80267F
Tints of Dark Purple #80267F
RGB
CMYK
RGB Variations
Color information
#80267F (or 0x80267F) is known color: Dark Purple. HEX triplet: 80, 26 and 7F. RGB value is (128,38,127). Sum of RGB (Red+Green+Blue) = 128+38+127=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #80267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80267F is #7FD980. Grayscale: #4A4A4A. Windows color (decimal): -8378753 or 8332928. OLE color: 8332928.
HSL color Cylindrical-coordinate representation of color #80267F: hue angle of 300.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80267F is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 38 | 127 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.50 |
| HSL | 300.67º | 0.54% | 0.33% | - |
| HSV(B) | 300.67º | 0.7% | 0.5% | - |
| XYZ | 13.43 | 7.51 | 20.82 | - |
| YUV | 75.06 | 157.32 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 127 | 0 | 0.70 | 0.01 | 0.50 | 300.67 | 0.54 | 0.33 |
| Hex | 80 | 26 | 7F | 0 | 46 | 1 | 32 | 12D | 36 | 21 |
| Octal | 200 | 46 | 177 | 0 | 106 | 1 | 62 | 455 | 66 | 41 |
| Binary | 10000000 | 100110 | 1111111 | 0 | 1000110 | 1 | 110010 | 100101101 | 110110 | 100001 |
Color Harmonies of #80267F
Complementary color
Monochromatic Colors of #80267F
Black with #80267F
Text Example
Text Example
White with #80267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80267F; }
p { color: rgb(128,38,127); }
H1.HeaderClassName
{
color: #80267F;
}
.AnyTagClassName
{
color: #80267F;
}
</style>
background-color css
<style>
a { background-color: #80267F; }
a { background-color: rgb(128,38,127); }
div.DivClassName
{
background-color: #80267F;
}
.BgClassName
{
background-color: #80267F;
}
</style>
border-color css
<style>
span { border-color: #80267F; }
span { border-color: rgb(128,38,127); }
td.TdClassName
{
border-color: #80267F;
}
.TagClassName
{
border-color: #80267F;
}
</style>