Shades of Dark Purple #802673
Tints of Dark Purple #802673
RGB
CMYK
RGB Variations
Color information
#802673 (or 0x802673) is known color: Dark Purple. HEX triplet: 80, 26 and 73. RGB value is (128,38,115). Sum of RGB (Red+Green+Blue) = 128+38+115=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #802673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802673 is #7FD98C. Grayscale: #494949. Windows color (decimal): -8378765 or 7546496. OLE color: 7546496.
HSL color Cylindrical-coordinate representation of color #802673: hue angle of 308.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802673 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 38 | 115 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.50 |
| HSL | 308.67º | 0.54% | 0.33% | - |
| HSV(B) | 308.67º | 0.7% | 0.5% | - |
| XYZ | 12.69 | 7.21 | 16.94 | - |
| YUV | 73.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 115 | 0 | 0.70 | 0.10 | 0.50 | 308.67 | 0.54 | 0.33 |
| Hex | 80 | 26 | 73 | 0 | 46 | A | 32 | 135 | 36 | 21 |
| Octal | 200 | 46 | 163 | 0 | 106 | 12 | 62 | 465 | 66 | 41 |
| Binary | 10000000 | 100110 | 1110011 | 0 | 1000110 | 1010 | 110010 | 100110101 | 110110 | 100001 |
Color Harmonies of #802673
Complementary color
Monochromatic Colors of #802673
Black with #802673
Text Example
Text Example
White with #802673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802673; }
p { color: rgb(128,38,115); }
H1.HeaderClassName
{
color: #802673;
}
.AnyTagClassName
{
color: #802673;
}
</style>
background-color css
<style>
a { background-color: #802673; }
a { background-color: rgb(128,38,115); }
div.DivClassName
{
background-color: #802673;
}
.BgClassName
{
background-color: #802673;
}
</style>
border-color css
<style>
span { border-color: #802673; }
span { border-color: rgb(128,38,115); }
td.TdClassName
{
border-color: #802673;
}
.TagClassName
{
border-color: #802673;
}
</style>