Shades of Dark Purple #80366B
Tints of Dark Purple #80366B
RGB
CMYK
RGB Variations
Color information
#80366B (or 0x80366B) is known color: Dark Purple. HEX triplet: 80, 36 and 6B. RGB value is (128,54,107). Sum of RGB (Red+Green+Blue) = 128+54+107=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80366B is #7FC994. Grayscale: #525252. Windows color (decimal): -8374677 or 7026304. OLE color: 7026304.
HSL color Cylindrical-coordinate representation of color #80366B: hue angle of 317.03º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80366B is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 54 | 107 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.50 |
| HSL | 317.03º | 0.41% | 0.36% | - |
| HSV(B) | 317.03º | 0.58% | 0.5% | - |
| XYZ | 12.88 | 8.29 | 14.83 | - |
| YUV | 82.17 | 142.02 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 107 | 0 | 0.58 | 0.16 | 0.50 | 317.03 | 0.41 | 0.36 |
| Hex | 80 | 36 | 6B | 0 | 3A | 10 | 32 | 13D | 29 | 24 |
| Octal | 200 | 66 | 153 | 0 | 72 | 20 | 62 | 475 | 51 | 44 |
| Binary | 10000000 | 110110 | 1101011 | 0 | 111010 | 10000 | 110010 | 100111101 | 101001 | 100100 |
Color Harmonies of #80366B
Complementary color
Monochromatic Colors of #80366B
Black with #80366B
Text Example
Text Example
White with #80366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80366B; }
p { color: rgb(128,54,107); }
H1.HeaderClassName
{
color: #80366B;
}
.AnyTagClassName
{
color: #80366B;
}
</style>
background-color css
<style>
a { background-color: #80366B; }
a { background-color: rgb(128,54,107); }
div.DivClassName
{
background-color: #80366B;
}
.BgClassName
{
background-color: #80366B;
}
</style>
border-color css
<style>
span { border-color: #80366B; }
span { border-color: rgb(128,54,107); }
td.TdClassName
{
border-color: #80366B;
}
.TagClassName
{
border-color: #80366B;
}
</style>