Shades of Dark Purple #802563
Tints of Dark Purple #802563
RGB
CMYK
RGB Variations
Color information
#802563 (or 0x802563) is known color: Dark Purple. HEX triplet: 80, 25 and 63. RGB value is (128,37,99). Sum of RGB (Red+Green+Blue) = 128+37+99=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #802563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802563 is #7FDA9C. Grayscale: #474747. Windows color (decimal): -8379037 or 6497664. OLE color: 6497664.
HSL color Cylindrical-coordinate representation of color #802563: hue angle of 319.12º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802563 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 99 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.50 |
| HSL | 319.12º | 0.55% | 0.32% | - |
| HSV(B) | 319.12º | 0.71% | 0.5% | - |
| XYZ | 11.82 | 6.81 | 12.5 | - |
| YUV | 71.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 99 | 0 | 0.71 | 0.23 | 0.50 | 319.12 | 0.55 | 0.32 |
| Hex | 80 | 25 | 63 | 0 | 47 | 17 | 32 | 13F | 37 | 20 |
| Octal | 200 | 45 | 143 | 0 | 107 | 27 | 62 | 477 | 67 | 40 |
| Binary | 10000000 | 100101 | 1100011 | 0 | 1000111 | 10111 | 110010 | 100111111 | 110111 | 100000 |
Color Harmonies of #802563
Complementary color
Monochromatic Colors of #802563
Black with #802563
Text Example
Text Example
White with #802563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802563; }
p { color: rgb(128,37,99); }
H1.HeaderClassName
{
color: #802563;
}
.AnyTagClassName
{
color: #802563;
}
</style>
background-color css
<style>
a { background-color: #802563; }
a { background-color: rgb(128,37,99); }
div.DivClassName
{
background-color: #802563;
}
.BgClassName
{
background-color: #802563;
}
</style>
border-color css
<style>
span { border-color: #802563; }
span { border-color: rgb(128,37,99); }
td.TdClassName
{
border-color: #802563;
}
.TagClassName
{
border-color: #802563;
}
</style>