Shades of Dark Purple #80267C
Tints of Dark Purple #80267C
RGB
CMYK
RGB Variations
Color information
#80267C (or 0x80267C) is known color: Dark Purple. HEX triplet: 80, 26 and 7C. RGB value is (128,38,124). Sum of RGB (Red+Green+Blue) = 128+38+124=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80267C is #7FD983. Grayscale: #4A4A4A. Windows color (decimal): -8378756 or 8136320. OLE color: 8136320.
HSL color Cylindrical-coordinate representation of color #80267C: hue angle of 302.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 #80267C is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 38 | 124 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.50 |
| HSL | 302.67º | 0.54% | 0.33% | - |
| HSV(B) | 302.67º | 0.7% | 0.5% | - |
| XYZ | 13.23 | 7.43 | 19.81 | - |
| YUV | 74.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 124 | 0 | 0.70 | 0.03 | 0.50 | 302.67 | 0.54 | 0.33 |
| Hex | 80 | 26 | 7C | 0 | 46 | 3 | 32 | 12F | 36 | 21 |
| Octal | 200 | 46 | 174 | 0 | 106 | 3 | 62 | 457 | 66 | 41 |
| Binary | 10000000 | 100110 | 1111100 | 0 | 1000110 | 11 | 110010 | 100101111 | 110110 | 100001 |
Color Harmonies of #80267C
Complementary color
Monochromatic Colors of #80267C
Black with #80267C
Text Example
Text Example
White with #80267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80267C; }
p { color: rgb(128,38,124); }
H1.HeaderClassName
{
color: #80267C;
}
.AnyTagClassName
{
color: #80267C;
}
</style>
background-color css
<style>
a { background-color: #80267C; }
a { background-color: rgb(128,38,124); }
div.DivClassName
{
background-color: #80267C;
}
.BgClassName
{
background-color: #80267C;
}
</style>
border-color css
<style>
span { border-color: #80267C; }
span { border-color: rgb(128,38,124); }
td.TdClassName
{
border-color: #80267C;
}
.TagClassName
{
border-color: #80267C;
}
</style>