Shades of Dark Purple #802C6E
Tints of Dark Purple #802C6E
RGB
CMYK
RGB Variations
Color information
#802C6E (or 0x802C6E) is known color: Dark Purple. HEX triplet: 80, 2C and 6E. RGB value is (128,44,110). Sum of RGB (Red+Green+Blue) = 128+44+110=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #802C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802C6E is #7FD391. Grayscale: #4C4C4C. Windows color (decimal): -8377234 or 7220352. OLE color: 7220352.
HSL color Cylindrical-coordinate representation of color #802C6E: hue angle of 312.86º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802C6E is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 110 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.50 |
| HSL | 312.86º | 0.49% | 0.34% | - |
| HSV(B) | 312.86º | 0.66% | 0.5% | - |
| XYZ | 12.62 | 7.52 | 15.54 | - |
| YUV | 76.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 110 | 0 | 0.66 | 0.14 | 0.50 | 312.86 | 0.49 | 0.34 |
| Hex | 80 | 2C | 6E | 0 | 42 | E | 32 | 139 | 31 | 22 |
| Octal | 200 | 54 | 156 | 0 | 102 | 16 | 62 | 471 | 61 | 42 |
| Binary | 10000000 | 101100 | 1101110 | 0 | 1000010 | 1110 | 110010 | 100111001 | 110001 | 100010 |
Color Harmonies of #802C6E
Complementary color
Monochromatic Colors of #802C6E
Black with #802C6E
Text Example
Text Example
White with #802C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C6E; }
p { color: rgb(128,44,110); }
H1.HeaderClassName
{
color: #802C6E;
}
.AnyTagClassName
{
color: #802C6E;
}
</style>
background-color css
<style>
a { background-color: #802C6E; }
a { background-color: rgb(128,44,110); }
div.DivClassName
{
background-color: #802C6E;
}
.BgClassName
{
background-color: #802C6E;
}
</style>
border-color css
<style>
span { border-color: #802C6E; }
span { border-color: rgb(128,44,110); }
td.TdClassName
{
border-color: #802C6E;
}
.TagClassName
{
border-color: #802C6E;
}
</style>