Shades of Dark Purple #80337D
Tints of Dark Purple #80337D
RGB
CMYK
RGB Variations
Color information
#80337D (or 0x80337D) is known color: Dark Purple. HEX triplet: 80, 33 and 7D. RGB value is (128,51,125). Sum of RGB (Red+Green+Blue) = 128+51+125=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #80337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80337D is #7FCC82. Grayscale: #525252. Windows color (decimal): -8375427 or 8205184. OLE color: 8205184.
HSL color Cylindrical-coordinate representation of color #80337D: hue angle of 302.34º 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 #80337D is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 51 | 125 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.50 |
| HSL | 302.34º | 0.43% | 0.35% | - |
| HSV(B) | 302.34º | 0.6% | 0.5% | - |
| XYZ | 13.79 | 8.44 | 20.3 | - |
| YUV | 82.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 125 | 0 | 0.60 | 0.02 | 0.50 | 302.34 | 0.43 | 0.35 |
| Hex | 80 | 33 | 7D | 0 | 3C | 2 | 32 | 12E | 2B | 23 |
| Octal | 200 | 63 | 175 | 0 | 74 | 2 | 62 | 456 | 53 | 43 |
| Binary | 10000000 | 110011 | 1111101 | 0 | 111100 | 10 | 110010 | 100101110 | 101011 | 100011 |
Color Harmonies of #80337D
Complementary color
Monochromatic Colors of #80337D
Black with #80337D
Text Example
Text Example
White with #80337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80337D; }
p { color: rgb(128,51,125); }
H1.HeaderClassName
{
color: #80337D;
}
.AnyTagClassName
{
color: #80337D;
}
</style>
background-color css
<style>
a { background-color: #80337D; }
a { background-color: rgb(128,51,125); }
div.DivClassName
{
background-color: #80337D;
}
.BgClassName
{
background-color: #80337D;
}
</style>
border-color css
<style>
span { border-color: #80337D; }
span { border-color: rgb(128,51,125); }
td.TdClassName
{
border-color: #80337D;
}
.TagClassName
{
border-color: #80337D;
}
</style>