Shades of Dark Purple #802B7C
Tints of Dark Purple #802B7C
RGB
CMYK
RGB Variations
Color information
#802B7C (or 0x802B7C) is known color: Dark Purple. HEX triplet: 80, 2B and 7C. RGB value is (128,43,124). Sum of RGB (Red+Green+Blue) = 128+43+124=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #802B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802B7C is #7FD483. Grayscale: #4D4D4D. Windows color (decimal): -8377476 or 8137600. OLE color: 8137600.
HSL color Cylindrical-coordinate representation of color #802B7C: hue angle of 302.82º 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 #802B7C is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 43 | 124 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.50 |
| HSL | 302.82º | 0.5% | 0.34% | - |
| HSV(B) | 302.82º | 0.66% | 0.5% | - |
| XYZ | 13.4 | 7.77 | 19.86 | - |
| YUV | 77.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 124 | 0 | 0.66 | 0.03 | 0.50 | 302.82 | 0.5 | 0.34 |
| Hex | 80 | 2B | 7C | 0 | 42 | 3 | 32 | 12F | 32 | 22 |
| Octal | 200 | 53 | 174 | 0 | 102 | 3 | 62 | 457 | 62 | 42 |
| Binary | 10000000 | 101011 | 1111100 | 0 | 1000010 | 11 | 110010 | 100101111 | 110010 | 100010 |
Color Harmonies of #802B7C
Complementary color
Monochromatic Colors of #802B7C
Black with #802B7C
Text Example
Text Example
White with #802B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802B7C; }
p { color: rgb(128,43,124); }
H1.HeaderClassName
{
color: #802B7C;
}
.AnyTagClassName
{
color: #802B7C;
}
</style>
background-color css
<style>
a { background-color: #802B7C; }
a { background-color: rgb(128,43,124); }
div.DivClassName
{
background-color: #802B7C;
}
.BgClassName
{
background-color: #802B7C;
}
</style>
border-color css
<style>
span { border-color: #802B7C; }
span { border-color: rgb(128,43,124); }
td.TdClassName
{
border-color: #802B7C;
}
.TagClassName
{
border-color: #802B7C;
}
</style>