Shades of Dark Purple #80217C
Tints of Dark Purple #80217C
RGB
CMYK
RGB Variations
Color information
#80217C (or 0x80217C) is known color: Dark Purple. HEX triplet: 80, 21 and 7C. RGB value is (128,33,124). Sum of RGB (Red+Green+Blue) = 128+33+124=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #80217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80217C is #7FDE83. Grayscale: #474747. Windows color (decimal): -8380036 or 8135040. OLE color: 8135040.
HSL color Cylindrical-coordinate representation of color #80217C: hue angle of 302.53º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80217C is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 124 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.50 |
| HSL | 302.53º | 0.59% | 0.32% | - |
| HSV(B) | 302.53º | 0.74% | 0.5% | - |
| XYZ | 13.08 | 7.13 | 19.76 | - |
| YUV | 71.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 124 | 0 | 0.74 | 0.03 | 0.50 | 302.53 | 0.59 | 0.32 |
| Hex | 80 | 21 | 7C | 0 | 4A | 3 | 32 | 12F | 3B | 20 |
| Octal | 200 | 41 | 174 | 0 | 112 | 3 | 62 | 457 | 73 | 40 |
| Binary | 10000000 | 100001 | 1111100 | 0 | 1001010 | 11 | 110010 | 100101111 | 111011 | 100000 |
Color Harmonies of #80217C
Complementary color
Monochromatic Colors of #80217C
Black with #80217C
Text Example
Text Example
White with #80217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80217C; }
p { color: rgb(128,33,124); }
H1.HeaderClassName
{
color: #80217C;
}
.AnyTagClassName
{
color: #80217C;
}
</style>
background-color css
<style>
a { background-color: #80217C; }
a { background-color: rgb(128,33,124); }
div.DivClassName
{
background-color: #80217C;
}
.BgClassName
{
background-color: #80217C;
}
</style>
border-color css
<style>
span { border-color: #80217C; }
span { border-color: rgb(128,33,124); }
td.TdClassName
{
border-color: #80217C;
}
.TagClassName
{
border-color: #80217C;
}
</style>