Shades of Dark Purple #80337C
Tints of Dark Purple #80337C
RGB
CMYK
RGB Variations
Color information
#80337C (or 0x80337C) is known color: Dark Purple. HEX triplet: 80, 33 and 7C. RGB value is (128,51,124). Sum of RGB (Red+Green+Blue) = 128+51+124=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #80337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80337C is #7FCC83. Grayscale: #525252. Windows color (decimal): -8375428 or 8139648. OLE color: 8139648.
HSL color Cylindrical-coordinate representation of color #80337C: hue angle of 303.12º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80337C is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 51 | 124 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.50 |
| HSL | 303.12º | 0.43% | 0.35% | - |
| HSV(B) | 303.12º | 0.6% | 0.5% | - |
| XYZ | 13.72 | 8.41 | 19.97 | - |
| YUV | 82.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 124 | 0 | 0.60 | 0.03 | 0.50 | 303.12 | 0.43 | 0.35 |
| Hex | 80 | 33 | 7C | 0 | 3C | 3 | 32 | 12F | 2B | 23 |
| Octal | 200 | 63 | 174 | 0 | 74 | 3 | 62 | 457 | 53 | 43 |
| Binary | 10000000 | 110011 | 1111100 | 0 | 111100 | 11 | 110010 | 100101111 | 101011 | 100011 |
Color Harmonies of #80337C
Complementary color
Monochromatic Colors of #80337C
Black with #80337C
Text Example
Text Example
White with #80337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80337C; }
p { color: rgb(128,51,124); }
H1.HeaderClassName
{
color: #80337C;
}
.AnyTagClassName
{
color: #80337C;
}
</style>
background-color css
<style>
a { background-color: #80337C; }
a { background-color: rgb(128,51,124); }
div.DivClassName
{
background-color: #80337C;
}
.BgClassName
{
background-color: #80337C;
}
</style>
border-color css
<style>
span { border-color: #80337C; }
span { border-color: rgb(128,51,124); }
td.TdClassName
{
border-color: #80337C;
}
.TagClassName
{
border-color: #80337C;
}
</style>