Shades of Dark Purple #80256A
Tints of Dark Purple #80256A
RGB
CMYK
RGB Variations
Color information
#80256A (or 0x80256A) is known color: Dark Purple. HEX triplet: 80, 25 and 6A. RGB value is (128,37,106). Sum of RGB (Red+Green+Blue) = 128+37+106=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80256A is #7FDA95. Grayscale: #474747. Windows color (decimal): -8379030 or 6956416. OLE color: 6956416.
HSL color Cylindrical-coordinate representation of color #80256A: hue angle of 314.51º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80256A is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 106 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.50 |
| HSL | 314.51º | 0.55% | 0.32% | - |
| HSV(B) | 314.51º | 0.71% | 0.5% | - |
| XYZ | 12.17 | 6.95 | 14.34 | - |
| YUV | 72.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 106 | 0 | 0.71 | 0.17 | 0.50 | 314.51 | 0.55 | 0.32 |
| Hex | 80 | 25 | 6A | 0 | 47 | 11 | 32 | 13B | 37 | 20 |
| Octal | 200 | 45 | 152 | 0 | 107 | 21 | 62 | 473 | 67 | 40 |
| Binary | 10000000 | 100101 | 1101010 | 0 | 1000111 | 10001 | 110010 | 100111011 | 110111 | 100000 |
Color Harmonies of #80256A
Complementary color
Monochromatic Colors of #80256A
Black with #80256A
Text Example
Text Example
White with #80256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80256A; }
p { color: rgb(128,37,106); }
H1.HeaderClassName
{
color: #80256A;
}
.AnyTagClassName
{
color: #80256A;
}
</style>
background-color css
<style>
a { background-color: #80256A; }
a { background-color: rgb(128,37,106); }
div.DivClassName
{
background-color: #80256A;
}
.BgClassName
{
background-color: #80256A;
}
</style>
border-color css
<style>
span { border-color: #80256A; }
span { border-color: rgb(128,37,106); }
td.TdClassName
{
border-color: #80256A;
}
.TagClassName
{
border-color: #80256A;
}
</style>