Shades of Dark Purple #802A7B
Tints of Dark Purple #802A7B
RGB
CMYK
RGB Variations
Color information
#802A7B (or 0x802A7B) is known color: Dark Purple. HEX triplet: 80, 2A and 7B. RGB value is (128,42,123). Sum of RGB (Red+Green+Blue) = 128+42+123=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #802A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802A7B is #7FD584. Grayscale: #4C4C4C. Windows color (decimal): -8377733 or 8071808. OLE color: 8071808.
HSL color Cylindrical-coordinate representation of color #802A7B: hue angle of 303.49º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #802A7B is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 42 | 123 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.50 |
| HSL | 303.49º | 0.51% | 0.33% | - |
| HSV(B) | 303.49º | 0.67% | 0.5% | - |
| XYZ | 13.31 | 7.68 | 19.52 | - |
| YUV | 76.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 123 | 0 | 0.67 | 0.04 | 0.50 | 303.49 | 0.51 | 0.33 |
| Hex | 80 | 2A | 7B | 0 | 43 | 4 | 32 | 12F | 33 | 21 |
| Octal | 200 | 52 | 173 | 0 | 103 | 4 | 62 | 457 | 63 | 41 |
| Binary | 10000000 | 101010 | 1111011 | 0 | 1000011 | 100 | 110010 | 100101111 | 110011 | 100001 |
Color Harmonies of #802A7B
Complementary color
Monochromatic Colors of #802A7B
Black with #802A7B
Text Example
Text Example
White with #802A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802A7B; }
p { color: rgb(128,42,123); }
H1.HeaderClassName
{
color: #802A7B;
}
.AnyTagClassName
{
color: #802A7B;
}
</style>
background-color css
<style>
a { background-color: #802A7B; }
a { background-color: rgb(128,42,123); }
div.DivClassName
{
background-color: #802A7B;
}
.BgClassName
{
background-color: #802A7B;
}
</style>
border-color css
<style>
span { border-color: #802A7B; }
span { border-color: rgb(128,42,123); }
td.TdClassName
{
border-color: #802A7B;
}
.TagClassName
{
border-color: #802A7B;
}
</style>