Shades of Dark Purple #80177B
Tints of Dark Purple #80177B
RGB
CMYK
RGB Variations
Color information
#80177B (or 0x80177B) is known color: Dark Purple. HEX triplet: 80, 17 and 7B. RGB value is (128,23,123). Sum of RGB (Red+Green+Blue) = 128+23+123=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80177B is #7FE884. Grayscale: #414141. Windows color (decimal): -8382597 or 8066944. OLE color: 8066944.
HSL color Cylindrical-coordinate representation of color #80177B: hue angle of 302.86º 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 #80177B is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 23 | 123 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.50 |
| HSL | 302.86º | 0.7% | 0.3% | - |
| HSV(B) | 302.86º | 0.82% | 0.5% | - |
| XYZ | 12.78 | 6.63 | 19.35 | - |
| YUV | 65.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 123 | 0 | 0.82 | 0.04 | 0.50 | 302.86 | 0.7 | 0.3 |
| Hex | 80 | 17 | 7B | 0 | 52 | 4 | 32 | 12F | 46 | 1E |
| Octal | 200 | 27 | 173 | 0 | 122 | 4 | 62 | 457 | 106 | 36 |
| Binary | 10000000 | 10111 | 1111011 | 0 | 1010010 | 100 | 110010 | 100101111 | 1000110 | 11110 |
Color Harmonies of #80177B
Complementary color
Monochromatic Colors of #80177B
Black with #80177B
Text Example
Text Example
White with #80177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80177B; }
p { color: rgb(128,23,123); }
H1.HeaderClassName
{
color: #80177B;
}
.AnyTagClassName
{
color: #80177B;
}
</style>
background-color css
<style>
a { background-color: #80177B; }
a { background-color: rgb(128,23,123); }
div.DivClassName
{
background-color: #80177B;
}
.BgClassName
{
background-color: #80177B;
}
</style>
border-color css
<style>
span { border-color: #80177B; }
span { border-color: rgb(128,23,123); }
td.TdClassName
{
border-color: #80177B;
}
.TagClassName
{
border-color: #80177B;
}
</style>