Shades of Dark Purple #80346B
Tints of Dark Purple #80346B
RGB
CMYK
RGB Variations
Color information
#80346B (or 0x80346B) is known color: Dark Purple. HEX triplet: 80, 34 and 6B. RGB value is (128,52,107). Sum of RGB (Red+Green+Blue) = 128+52+107=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80346B is #7FCB94. Grayscale: #505050. Windows color (decimal): -8375189 or 7025792. OLE color: 7025792.
HSL color Cylindrical-coordinate representation of color #80346B: hue angle of 316.58º 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 #80346B is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 107 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.50 |
| HSL | 316.58º | 0.42% | 0.35% | - |
| HSV(B) | 316.58º | 0.59% | 0.5% | - |
| XYZ | 12.78 | 8.11 | 14.8 | - |
| YUV | 80.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 107 | 0 | 0.59 | 0.16 | 0.50 | 316.58 | 0.42 | 0.35 |
| Hex | 80 | 34 | 6B | 0 | 3B | 10 | 32 | 13D | 2A | 23 |
| Octal | 200 | 64 | 153 | 0 | 73 | 20 | 62 | 475 | 52 | 43 |
| Binary | 10000000 | 110100 | 1101011 | 0 | 111011 | 10000 | 110010 | 100111101 | 101010 | 100011 |
Color Harmonies of #80346B
Complementary color
Monochromatic Colors of #80346B
Black with #80346B
Text Example
Text Example
White with #80346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80346B; }
p { color: rgb(128,52,107); }
H1.HeaderClassName
{
color: #80346B;
}
.AnyTagClassName
{
color: #80346B;
}
</style>
background-color css
<style>
a { background-color: #80346B; }
a { background-color: rgb(128,52,107); }
div.DivClassName
{
background-color: #80346B;
}
.BgClassName
{
background-color: #80346B;
}
</style>
border-color css
<style>
span { border-color: #80346B; }
span { border-color: rgb(128,52,107); }
td.TdClassName
{
border-color: #80346B;
}
.TagClassName
{
border-color: #80346B;
}
</style>