Shades of Dark Purple #80257C
Tints of Dark Purple #80257C
RGB
CMYK
RGB Variations
Color information
#80257C (or 0x80257C) is known color: Dark Purple. HEX triplet: 80, 25 and 7C. RGB value is (128,37,124). Sum of RGB (Red+Green+Blue) = 128+37+124=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80257C is #7FDA83. Grayscale: #494949. Windows color (decimal): -8379012 or 8136064. OLE color: 8136064.
HSL color Cylindrical-coordinate representation of color #80257C: hue angle of 302.64º 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 #80257C is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 124 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.50 |
| HSL | 302.64º | 0.55% | 0.32% | - |
| HSV(B) | 302.64º | 0.71% | 0.5% | - |
| XYZ | 13.2 | 7.37 | 19.8 | - |
| YUV | 74.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 124 | 0 | 0.71 | 0.03 | 0.50 | 302.64 | 0.55 | 0.32 |
| Hex | 80 | 25 | 7C | 0 | 47 | 3 | 32 | 12F | 37 | 20 |
| Octal | 200 | 45 | 174 | 0 | 107 | 3 | 62 | 457 | 67 | 40 |
| Binary | 10000000 | 100101 | 1111100 | 0 | 1000111 | 11 | 110010 | 100101111 | 110111 | 100000 |
Color Harmonies of #80257C
Complementary color
Monochromatic Colors of #80257C
Black with #80257C
Text Example
Text Example
White with #80257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80257C; }
p { color: rgb(128,37,124); }
H1.HeaderClassName
{
color: #80257C;
}
.AnyTagClassName
{
color: #80257C;
}
</style>
background-color css
<style>
a { background-color: #80257C; }
a { background-color: rgb(128,37,124); }
div.DivClassName
{
background-color: #80257C;
}
.BgClassName
{
background-color: #80257C;
}
</style>
border-color css
<style>
span { border-color: #80257C; }
span { border-color: rgb(128,37,124); }
td.TdClassName
{
border-color: #80257C;
}
.TagClassName
{
border-color: #80257C;
}
</style>