Shades of Dark Purple #802273
Tints of Dark Purple #802273
RGB
CMYK
RGB Variations
Color information
#802273 (or 0x802273) is known color: Dark Purple. HEX triplet: 80, 22 and 73. RGB value is (128,34,115). Sum of RGB (Red+Green+Blue) = 128+34+115=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #802273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802273 is #7FDD8C. Grayscale: #474747. Windows color (decimal): -8379789 or 7545472. OLE color: 7545472.
HSL color Cylindrical-coordinate representation of color #802273: hue angle of 308.3º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802273 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 34 | 115 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.50 |
| HSL | 308.3º | 0.58% | 0.32% | - |
| HSV(B) | 308.3º | 0.73% | 0.5% | - |
| XYZ | 12.57 | 6.97 | 16.9 | - |
| YUV | 71.34 | 152.64 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 115 | 0 | 0.73 | 0.10 | 0.50 | 308.3 | 0.58 | 0.32 |
| Hex | 80 | 22 | 73 | 0 | 49 | A | 32 | 134 | 3A | 20 |
| Octal | 200 | 42 | 163 | 0 | 111 | 12 | 62 | 464 | 72 | 40 |
| Binary | 10000000 | 100010 | 1110011 | 0 | 1001001 | 1010 | 110010 | 100110100 | 111010 | 100000 |
Color Harmonies of #802273
Complementary color
Monochromatic Colors of #802273
Black with #802273
Text Example
Text Example
White with #802273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802273; }
p { color: rgb(128,34,115); }
H1.HeaderClassName
{
color: #802273;
}
.AnyTagClassName
{
color: #802273;
}
</style>
background-color css
<style>
a { background-color: #802273; }
a { background-color: rgb(128,34,115); }
div.DivClassName
{
background-color: #802273;
}
.BgClassName
{
background-color: #802273;
}
</style>
border-color css
<style>
span { border-color: #802273; }
span { border-color: rgb(128,34,115); }
td.TdClassName
{
border-color: #802273;
}
.TagClassName
{
border-color: #802273;
}
</style>