Shades of Dark Purple #802B6A
Tints of Dark Purple #802B6A
RGB
CMYK
RGB Variations
Color information
#802B6A (or 0x802B6A) is known color: Dark Purple. HEX triplet: 80, 2B and 6A. RGB value is (128,43,106). Sum of RGB (Red+Green+Blue) = 128+43+106=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #802B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802B6A is #7FD495. Grayscale: #4B4B4B. Windows color (decimal): -8377494 or 6957952. OLE color: 6957952.
HSL color Cylindrical-coordinate representation of color #802B6A: hue angle of 315.53º 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 #802B6A is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 43 | 106 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.50 |
| HSL | 315.53º | 0.5% | 0.34% | - |
| HSV(B) | 315.53º | 0.66% | 0.5% | - |
| XYZ | 12.37 | 7.36 | 14.4 | - |
| YUV | 75.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 106 | 0 | 0.66 | 0.17 | 0.50 | 315.53 | 0.5 | 0.34 |
| Hex | 80 | 2B | 6A | 0 | 42 | 11 | 32 | 13C | 32 | 22 |
| Octal | 200 | 53 | 152 | 0 | 102 | 21 | 62 | 474 | 62 | 42 |
| Binary | 10000000 | 101011 | 1101010 | 0 | 1000010 | 10001 | 110010 | 100111100 | 110010 | 100010 |
Color Harmonies of #802B6A
Complementary color
Monochromatic Colors of #802B6A
Black with #802B6A
Text Example
Text Example
White with #802B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802B6A; }
p { color: rgb(128,43,106); }
H1.HeaderClassName
{
color: #802B6A;
}
.AnyTagClassName
{
color: #802B6A;
}
</style>
background-color css
<style>
a { background-color: #802B6A; }
a { background-color: rgb(128,43,106); }
div.DivClassName
{
background-color: #802B6A;
}
.BgClassName
{
background-color: #802B6A;
}
</style>
border-color css
<style>
span { border-color: #802B6A; }
span { border-color: rgb(128,43,106); }
td.TdClassName
{
border-color: #802B6A;
}
.TagClassName
{
border-color: #802B6A;
}
</style>