Shades of Dark Purple #80327D
Tints of Dark Purple #80327D
RGB
CMYK
RGB Variations
Color information
#80327D (or 0x80327D) is known color: Dark Purple. HEX triplet: 80, 32 and 7D. RGB value is (128,50,125). Sum of RGB (Red+Green+Blue) = 128+50+125=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #80327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80327D is #7FCD82. Grayscale: #515151. Windows color (decimal): -8375683 or 8204928. OLE color: 8204928.
HSL color Cylindrical-coordinate representation of color #80327D: hue angle of 302.31º 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 #80327D is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 125 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.50 |
| HSL | 302.31º | 0.44% | 0.35% | - |
| HSV(B) | 302.31º | 0.61% | 0.5% | - |
| XYZ | 13.74 | 8.35 | 20.29 | - |
| YUV | 81.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 125 | 0 | 0.61 | 0.02 | 0.50 | 302.31 | 0.44 | 0.35 |
| Hex | 80 | 32 | 7D | 0 | 3D | 2 | 32 | 12E | 2C | 23 |
| Octal | 200 | 62 | 175 | 0 | 75 | 2 | 62 | 456 | 54 | 43 |
| Binary | 10000000 | 110010 | 1111101 | 0 | 111101 | 10 | 110010 | 100101110 | 101100 | 100011 |
Color Harmonies of #80327D
Complementary color
Monochromatic Colors of #80327D
Black with #80327D
Text Example
Text Example
White with #80327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80327D; }
p { color: rgb(128,50,125); }
H1.HeaderClassName
{
color: #80327D;
}
.AnyTagClassName
{
color: #80327D;
}
</style>
background-color css
<style>
a { background-color: #80327D; }
a { background-color: rgb(128,50,125); }
div.DivClassName
{
background-color: #80327D;
}
.BgClassName
{
background-color: #80327D;
}
</style>
border-color css
<style>
span { border-color: #80327D; }
span { border-color: rgb(128,50,125); }
td.TdClassName
{
border-color: #80327D;
}
.TagClassName
{
border-color: #80327D;
}
</style>