Shades of Dark Purple #802B6E
Tints of Dark Purple #802B6E
RGB
CMYK
RGB Variations
Color information
#802B6E (or 0x802B6E) is known color: Dark Purple. HEX triplet: 80, 2B and 6E. RGB value is (128,43,110). Sum of RGB (Red+Green+Blue) = 128+43+110=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #802B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802B6E is #7FD491. Grayscale: #4B4B4B. Windows color (decimal): -8377490 or 7220096. OLE color: 7220096.
HSL color Cylindrical-coordinate representation of color #802B6E: hue angle of 312.71º degrees, saturation: 0.5, 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 #802B6E is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 43 | 110 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.50 |
| HSL | 312.71º | 0.5% | 0.34% | - |
| HSV(B) | 312.71º | 0.66% | 0.5% | - |
| XYZ | 12.58 | 7.44 | 15.53 | - |
| YUV | 76.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 110 | 0 | 0.66 | 0.14 | 0.50 | 312.71 | 0.5 | 0.34 |
| Hex | 80 | 2B | 6E | 0 | 42 | E | 32 | 139 | 32 | 22 |
| Octal | 200 | 53 | 156 | 0 | 102 | 16 | 62 | 471 | 62 | 42 |
| Binary | 10000000 | 101011 | 1101110 | 0 | 1000010 | 1110 | 110010 | 100111001 | 110010 | 100010 |
Color Harmonies of #802B6E
Complementary color
Monochromatic Colors of #802B6E
Black with #802B6E
Text Example
Text Example
White with #802B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802B6E; }
p { color: rgb(128,43,110); }
H1.HeaderClassName
{
color: #802B6E;
}
.AnyTagClassName
{
color: #802B6E;
}
</style>
background-color css
<style>
a { background-color: #802B6E; }
a { background-color: rgb(128,43,110); }
div.DivClassName
{
background-color: #802B6E;
}
.BgClassName
{
background-color: #802B6E;
}
</style>
border-color css
<style>
span { border-color: #802B6E; }
span { border-color: rgb(128,43,110); }
td.TdClassName
{
border-color: #802B6E;
}
.TagClassName
{
border-color: #802B6E;
}
</style>