Shades of Dark Purple #80177D
Tints of Dark Purple #80177D
RGB
CMYK
RGB Variations
Color information
#80177D (or 0x80177D) is known color: Dark Purple. HEX triplet: 80, 17 and 7D. RGB value is (128,23,125). Sum of RGB (Red+Green+Blue) = 128+23+125=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80177D is #7FE882. Grayscale: #414141. Windows color (decimal): -8382595 or 8198016. OLE color: 8198016.
HSL color Cylindrical-coordinate representation of color #80177D: hue angle of 301.71º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80177D is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 23 | 125 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.50 |
| HSL | 301.71º | 0.7% | 0.3% | - |
| HSV(B) | 301.71º | 0.82% | 0.5% | - |
| XYZ | 12.91 | 6.68 | 20.01 | - |
| YUV | 66.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 125 | 0 | 0.82 | 0.02 | 0.50 | 301.71 | 0.7 | 0.3 |
| Hex | 80 | 17 | 7D | 0 | 52 | 2 | 32 | 12E | 46 | 1E |
| Octal | 200 | 27 | 175 | 0 | 122 | 2 | 62 | 456 | 106 | 36 |
| Binary | 10000000 | 10111 | 1111101 | 0 | 1010010 | 10 | 110010 | 100101110 | 1000110 | 11110 |
Color Harmonies of #80177D
Complementary color
Monochromatic Colors of #80177D
Black with #80177D
Text Example
Text Example
White with #80177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80177D; }
p { color: rgb(128,23,125); }
H1.HeaderClassName
{
color: #80177D;
}
.AnyTagClassName
{
color: #80177D;
}
</style>
background-color css
<style>
a { background-color: #80177D; }
a { background-color: rgb(128,23,125); }
div.DivClassName
{
background-color: #80177D;
}
.BgClassName
{
background-color: #80177D;
}
</style>
border-color css
<style>
span { border-color: #80177D; }
span { border-color: rgb(128,23,125); }
td.TdClassName
{
border-color: #80177D;
}
.TagClassName
{
border-color: #80177D;
}
</style>