Shades of Dark Purple #801D63
Tints of Dark Purple #801D63
RGB
CMYK
RGB Variations
Color information
#801D63 (or 0x801D63) is known color: Dark Purple. HEX triplet: 80, 1D and 63. RGB value is (128,29,99). Sum of RGB (Red+Green+Blue) = 128+29+99=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #801D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801D63 is #7FE29C. Grayscale: #424242. Windows color (decimal): -8381085 or 6495616. OLE color: 6495616.
HSL color Cylindrical-coordinate representation of color #801D63: hue angle of 317.58º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #801D63 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 29 | 99 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.50 |
| HSL | 317.58º | 0.63% | 0.31% | - |
| HSV(B) | 317.58º | 0.77% | 0.5% | - |
| XYZ | 11.59 | 6.37 | 12.42 | - |
| YUV | 66.58 | 146.3 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 29 | 99 | 0 | 0.77 | 0.23 | 0.50 | 317.58 | 0.63 | 0.31 |
| Hex | 80 | 1D | 63 | 0 | 4D | 17 | 32 | 13E | 3F | 1F |
| Octal | 200 | 35 | 143 | 0 | 115 | 27 | 62 | 476 | 77 | 37 |
| Binary | 10000000 | 11101 | 1100011 | 0 | 1001101 | 10111 | 110010 | 100111110 | 111111 | 11111 |
Color Harmonies of #801D63
Complementary color
Monochromatic Colors of #801D63
Black with #801D63
Text Example
Text Example
White with #801D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801D63; }
p { color: rgb(128,29,99); }
H1.HeaderClassName
{
color: #801D63;
}
.AnyTagClassName
{
color: #801D63;
}
</style>
background-color css
<style>
a { background-color: #801D63; }
a { background-color: rgb(128,29,99); }
div.DivClassName
{
background-color: #801D63;
}
.BgClassName
{
background-color: #801D63;
}
</style>
border-color css
<style>
span { border-color: #801D63; }
span { border-color: rgb(128,29,99); }
td.TdClassName
{
border-color: #801D63;
}
.TagClassName
{
border-color: #801D63;
}
</style>