Shades of Dark Purple #80346D
Tints of Dark Purple #80346D
RGB
CMYK
RGB Variations
Color information
#80346D (or 0x80346D) is known color: Dark Purple. HEX triplet: 80, 34 and 6D. RGB value is (128,52,109). Sum of RGB (Red+Green+Blue) = 128+52+109=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80346D is #7FCB92. Grayscale: #515151. Windows color (decimal): -8375187 or 7156864. OLE color: 7156864.
HSL color Cylindrical-coordinate representation of color #80346D: hue angle of 315º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80346D is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 109 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.50 |
| HSL | 315º | 0.42% | 0.35% | - |
| HSV(B) | 315º | 0.59% | 0.5% | - |
| XYZ | 12.89 | 8.15 | 15.36 | - |
| YUV | 81.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 109 | 0 | 0.59 | 0.15 | 0.50 | 315 | 0.42 | 0.35 |
| Hex | 80 | 34 | 6D | 0 | 3B | F | 32 | 13B | 2A | 23 |
| Octal | 200 | 64 | 155 | 0 | 73 | 17 | 62 | 473 | 52 | 43 |
| Binary | 10000000 | 110100 | 1101101 | 0 | 111011 | 1111 | 110010 | 100111011 | 101010 | 100011 |
Color Harmonies of #80346D
Complementary color
Monochromatic Colors of #80346D
Black with #80346D
Text Example
Text Example
White with #80346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80346D; }
p { color: rgb(128,52,109); }
H1.HeaderClassName
{
color: #80346D;
}
.AnyTagClassName
{
color: #80346D;
}
</style>
background-color css
<style>
a { background-color: #80346D; }
a { background-color: rgb(128,52,109); }
div.DivClassName
{
background-color: #80346D;
}
.BgClassName
{
background-color: #80346D;
}
</style>
border-color css
<style>
span { border-color: #80346D; }
span { border-color: rgb(128,52,109); }
td.TdClassName
{
border-color: #80346D;
}
.TagClassName
{
border-color: #80346D;
}
</style>