Shades of Dark Purple #80336F
Tints of Dark Purple #80336F
RGB
CMYK
RGB Variations
Color information
#80336F (or 0x80336F) is known color: Dark Purple. HEX triplet: 80, 33 and 6F. RGB value is (128,51,111). Sum of RGB (Red+Green+Blue) = 128+51+111=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80336F is #7FCC90. Grayscale: #505050. Windows color (decimal): -8375441 or 7287680. OLE color: 7287680.
HSL color Cylindrical-coordinate representation of color #80336F: hue angle of 313.25º 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 #80336F is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 51 | 111 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.50 |
| HSL | 313.25º | 0.43% | 0.35% | - |
| HSV(B) | 313.25º | 0.6% | 0.5% | - |
| XYZ | 12.96 | 8.1 | 15.92 | - |
| YUV | 80.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 111 | 0 | 0.60 | 0.13 | 0.50 | 313.25 | 0.43 | 0.35 |
| Hex | 80 | 33 | 6F | 0 | 3C | D | 32 | 139 | 2B | 23 |
| Octal | 200 | 63 | 157 | 0 | 74 | 15 | 62 | 471 | 53 | 43 |
| Binary | 10000000 | 110011 | 1101111 | 0 | 111100 | 1101 | 110010 | 100111001 | 101011 | 100011 |
Color Harmonies of #80336F
Complementary color
Monochromatic Colors of #80336F
Black with #80336F
Text Example
Text Example
White with #80336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80336F; }
p { color: rgb(128,51,111); }
H1.HeaderClassName
{
color: #80336F;
}
.AnyTagClassName
{
color: #80336F;
}
</style>
background-color css
<style>
a { background-color: #80336F; }
a { background-color: rgb(128,51,111); }
div.DivClassName
{
background-color: #80336F;
}
.BgClassName
{
background-color: #80336F;
}
</style>
border-color css
<style>
span { border-color: #80336F; }
span { border-color: rgb(128,51,111); }
td.TdClassName
{
border-color: #80336F;
}
.TagClassName
{
border-color: #80336F;
}
</style>