Shades of Dark Purple #80217F
Tints of Dark Purple #80217F
RGB
CMYK
RGB Variations
Color information
#80217F (or 0x80217F) is known color: Dark Purple. HEX triplet: 80, 21 and 7F. RGB value is (128,33,127). Sum of RGB (Red+Green+Blue) = 128+33+127=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80217F is #7FDE80. Grayscale: #474747. Windows color (decimal): -8380033 or 8331648. OLE color: 8331648.
HSL color Cylindrical-coordinate representation of color #80217F: hue angle of 300.63º 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 #80217F is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 127 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.50 |
| HSL | 300.63º | 0.59% | 0.32% | - |
| HSV(B) | 300.63º | 0.74% | 0.5% | - |
| XYZ | 13.28 | 7.21 | 20.77 | - |
| YUV | 72.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 127 | 0 | 0.74 | 0.01 | 0.50 | 300.63 | 0.59 | 0.32 |
| Hex | 80 | 21 | 7F | 0 | 4A | 1 | 32 | 12D | 3B | 20 |
| Octal | 200 | 41 | 177 | 0 | 112 | 1 | 62 | 455 | 73 | 40 |
| Binary | 10000000 | 100001 | 1111111 | 0 | 1001010 | 1 | 110010 | 100101101 | 111011 | 100000 |
Color Harmonies of #80217F
Complementary color
Monochromatic Colors of #80217F
Black with #80217F
Text Example
Text Example
White with #80217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80217F; }
p { color: rgb(128,33,127); }
H1.HeaderClassName
{
color: #80217F;
}
.AnyTagClassName
{
color: #80217F;
}
</style>
background-color css
<style>
a { background-color: #80217F; }
a { background-color: rgb(128,33,127); }
div.DivClassName
{
background-color: #80217F;
}
.BgClassName
{
background-color: #80217F;
}
</style>
border-color css
<style>
span { border-color: #80217F; }
span { border-color: rgb(128,33,127); }
td.TdClassName
{
border-color: #80217F;
}
.TagClassName
{
border-color: #80217F;
}
</style>