Shades of Dark Purple #802B6C
Tints of Dark Purple #802B6C
RGB
CMYK
RGB Variations
Color information
#802B6C (or 0x802B6C) is known color: Dark Purple. HEX triplet: 80, 2B and 6C. RGB value is (128,43,108). Sum of RGB (Red+Green+Blue) = 128+43+108=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #802B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802B6C is #7FD493. Grayscale: #4B4B4B. Windows color (decimal): -8377492 or 7089024. OLE color: 7089024.
HSL color Cylindrical-coordinate representation of color #802B6C: hue angle of 314.12º 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 #802B6C is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 43 | 108 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.50 |
| HSL | 314.12º | 0.5% | 0.34% | - |
| HSV(B) | 314.12º | 0.66% | 0.5% | - |
| XYZ | 12.47 | 7.4 | 14.96 | - |
| YUV | 75.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 108 | 0 | 0.66 | 0.16 | 0.50 | 314.12 | 0.5 | 0.34 |
| Hex | 80 | 2B | 6C | 0 | 42 | 10 | 32 | 13A | 32 | 22 |
| Octal | 200 | 53 | 154 | 0 | 102 | 20 | 62 | 472 | 62 | 42 |
| Binary | 10000000 | 101011 | 1101100 | 0 | 1000010 | 10000 | 110010 | 100111010 | 110010 | 100010 |
Color Harmonies of #802B6C
Complementary color
Monochromatic Colors of #802B6C
Black with #802B6C
Text Example
Text Example
White with #802B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802B6C; }
p { color: rgb(128,43,108); }
H1.HeaderClassName
{
color: #802B6C;
}
.AnyTagClassName
{
color: #802B6C;
}
</style>
background-color css
<style>
a { background-color: #802B6C; }
a { background-color: rgb(128,43,108); }
div.DivClassName
{
background-color: #802B6C;
}
.BgClassName
{
background-color: #802B6C;
}
</style>
border-color css
<style>
span { border-color: #802B6C; }
span { border-color: rgb(128,43,108); }
td.TdClassName
{
border-color: #802B6C;
}
.TagClassName
{
border-color: #802B6C;
}
</style>