Shades of Dark Purple #80326B
Tints of Dark Purple #80326B
RGB
CMYK
RGB Variations
Color information
#80326B (or 0x80326B) is known color: Dark Purple. HEX triplet: 80, 32 and 6B. RGB value is (128,50,107). Sum of RGB (Red+Green+Blue) = 128+50+107=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #80326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80326B is #7FCD94. Grayscale: #4F4F4F. Windows color (decimal): -8375701 or 7025280. OLE color: 7025280.
HSL color Cylindrical-coordinate representation of color #80326B: hue angle of 316.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80326B is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 107 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.50 |
| HSL | 316.15º | 0.44% | 0.35% | - |
| HSV(B) | 316.15º | 0.61% | 0.5% | - |
| XYZ | 12.7 | 7.93 | 14.77 | - |
| YUV | 79.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 107 | 0 | 0.61 | 0.16 | 0.50 | 316.15 | 0.44 | 0.35 |
| Hex | 80 | 32 | 6B | 0 | 3D | 10 | 32 | 13C | 2C | 23 |
| Octal | 200 | 62 | 153 | 0 | 75 | 20 | 62 | 474 | 54 | 43 |
| Binary | 10000000 | 110010 | 1101011 | 0 | 111101 | 10000 | 110010 | 100111100 | 101100 | 100011 |
Color Harmonies of #80326B
Complementary color
Monochromatic Colors of #80326B
Black with #80326B
Text Example
Text Example
White with #80326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80326B; }
p { color: rgb(128,50,107); }
H1.HeaderClassName
{
color: #80326B;
}
.AnyTagClassName
{
color: #80326B;
}
</style>
background-color css
<style>
a { background-color: #80326B; }
a { background-color: rgb(128,50,107); }
div.DivClassName
{
background-color: #80326B;
}
.BgClassName
{
background-color: #80326B;
}
</style>
border-color css
<style>
span { border-color: #80326B; }
span { border-color: rgb(128,50,107); }
td.TdClassName
{
border-color: #80326B;
}
.TagClassName
{
border-color: #80326B;
}
</style>