Shades of Dark Purple #80336C
Tints of Dark Purple #80336C
RGB
CMYK
RGB Variations
Color information
#80336C (or 0x80336C) is known color: Dark Purple. HEX triplet: 80, 33 and 6C. RGB value is (128,51,108). Sum of RGB (Red+Green+Blue) = 128+51+108=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80336C is #7FCC93. Grayscale: #505050. Windows color (decimal): -8375444 or 7091072. OLE color: 7091072.
HSL color Cylindrical-coordinate representation of color #80336C: hue angle of 315.58º 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 #80336C is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 51 | 108 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.50 |
| HSL | 315.58º | 0.43% | 0.35% | - |
| HSV(B) | 315.58º | 0.6% | 0.5% | - |
| XYZ | 12.79 | 8.04 | 15.06 | - |
| YUV | 80.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 108 | 0 | 0.60 | 0.16 | 0.50 | 315.58 | 0.43 | 0.35 |
| Hex | 80 | 33 | 6C | 0 | 3C | 10 | 32 | 13C | 2B | 23 |
| Octal | 200 | 63 | 154 | 0 | 74 | 20 | 62 | 474 | 53 | 43 |
| Binary | 10000000 | 110011 | 1101100 | 0 | 111100 | 10000 | 110010 | 100111100 | 101011 | 100011 |
Color Harmonies of #80336C
Complementary color
Monochromatic Colors of #80336C
Black with #80336C
Text Example
Text Example
White with #80336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80336C; }
p { color: rgb(128,51,108); }
H1.HeaderClassName
{
color: #80336C;
}
.AnyTagClassName
{
color: #80336C;
}
</style>
background-color css
<style>
a { background-color: #80336C; }
a { background-color: rgb(128,51,108); }
div.DivClassName
{
background-color: #80336C;
}
.BgClassName
{
background-color: #80336C;
}
</style>
border-color css
<style>
span { border-color: #80336C; }
span { border-color: rgb(128,51,108); }
td.TdClassName
{
border-color: #80336C;
}
.TagClassName
{
border-color: #80336C;
}
</style>