Shades of Dark Purple #80327C
Tints of Dark Purple #80327C
RGB
CMYK
RGB Variations
Color information
#80327C (or 0x80327C) is known color: Dark Purple. HEX triplet: 80, 32 and 7C. RGB value is (128,50,124). Sum of RGB (Red+Green+Blue) = 128+50+124=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #80327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80327C is #7FCD83. Grayscale: #515151. Windows color (decimal): -8375684 or 8139392. OLE color: 8139392.
HSL color Cylindrical-coordinate representation of color #80327C: hue angle of 303.08º 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 #80327C is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 124 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.50 |
| HSL | 303.08º | 0.44% | 0.35% | - |
| HSV(B) | 303.08º | 0.61% | 0.5% | - |
| XYZ | 13.68 | 8.33 | 19.95 | - |
| YUV | 81.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 124 | 0 | 0.61 | 0.03 | 0.50 | 303.08 | 0.44 | 0.35 |
| Hex | 80 | 32 | 7C | 0 | 3D | 3 | 32 | 12F | 2C | 23 |
| Octal | 200 | 62 | 174 | 0 | 75 | 3 | 62 | 457 | 54 | 43 |
| Binary | 10000000 | 110010 | 1111100 | 0 | 111101 | 11 | 110010 | 100101111 | 101100 | 100011 |
Color Harmonies of #80327C
Complementary color
Monochromatic Colors of #80327C
Black with #80327C
Text Example
Text Example
White with #80327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80327C; }
p { color: rgb(128,50,124); }
H1.HeaderClassName
{
color: #80327C;
}
.AnyTagClassName
{
color: #80327C;
}
</style>
background-color css
<style>
a { background-color: #80327C; }
a { background-color: rgb(128,50,124); }
div.DivClassName
{
background-color: #80327C;
}
.BgClassName
{
background-color: #80327C;
}
</style>
border-color css
<style>
span { border-color: #80327C; }
span { border-color: rgb(128,50,124); }
td.TdClassName
{
border-color: #80327C;
}
.TagClassName
{
border-color: #80327C;
}
</style>