Shades of Dark Purple #802162
Tints of Dark Purple #802162
RGB
CMYK
RGB Variations
Color information
#802162 (or 0x802162) is known color: Dark Purple. HEX triplet: 80, 21 and 62. RGB value is (128,33,98). Sum of RGB (Red+Green+Blue) = 128+33+98=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #802162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802162 is #7FDE9D. Grayscale: #444444. Windows color (decimal): -8380062 or 6431104. OLE color: 6431104.
HSL color Cylindrical-coordinate representation of color #802162: hue angle of 318.95º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802162 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 98 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.50 |
| HSL | 318.95º | 0.59% | 0.32% | - |
| HSV(B) | 318.95º | 0.74% | 0.5% | - |
| XYZ | 11.65 | 6.56 | 12.21 | - |
| YUV | 68.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 98 | 0 | 0.74 | 0.23 | 0.50 | 318.95 | 0.59 | 0.32 |
| Hex | 80 | 21 | 62 | 0 | 4A | 17 | 32 | 13F | 3B | 20 |
| Octal | 200 | 41 | 142 | 0 | 112 | 27 | 62 | 477 | 73 | 40 |
| Binary | 10000000 | 100001 | 1100010 | 0 | 1001010 | 10111 | 110010 | 100111111 | 111011 | 100000 |
Color Harmonies of #802162
Complementary color
Monochromatic Colors of #802162
Black with #802162
Text Example
Text Example
White with #802162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802162; }
p { color: rgb(128,33,98); }
H1.HeaderClassName
{
color: #802162;
}
.AnyTagClassName
{
color: #802162;
}
</style>
background-color css
<style>
a { background-color: #802162; }
a { background-color: rgb(128,33,98); }
div.DivClassName
{
background-color: #802162;
}
.BgClassName
{
background-color: #802162;
}
</style>
border-color css
<style>
span { border-color: #802162; }
span { border-color: rgb(128,33,98); }
td.TdClassName
{
border-color: #802162;
}
.TagClassName
{
border-color: #802162;
}
</style>