Shades of Dark Purple #800A67
Tints of Dark Purple #800A67
RGB
CMYK
RGB Variations
Color information
#800A67 (or 0x800A67) is known color: Dark Purple. HEX triplet: 80, 0A and 67. RGB value is (128,10,103). Sum of RGB (Red+Green+Blue) = 128+10+103=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #800A67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800A67 is #7FF598. Grayscale: #373737. Windows color (decimal): -8385945 or 6752896. OLE color: 6752896.
HSL color Cylindrical-coordinate representation of color #800A67: hue angle of 312.71º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800A67 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 10 | 103 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.50 |
| HSL | 312.71º | 0.86% | 0.27% | - |
| HSV(B) | 312.71º | 0.92% | 0.5% | - |
| XYZ | 11.46 | 5.79 | 13.34 | - |
| YUV | 55.88 | 154.59 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 103 | 0 | 0.92 | 0.20 | 0.50 | 312.71 | 0.86 | 0.27 |
| Hex | 80 | A | 67 | 0 | 5C | 14 | 32 | 139 | 56 | 1B |
| Octal | 200 | 12 | 147 | 0 | 134 | 24 | 62 | 471 | 126 | 33 |
| Binary | 10000000 | 1010 | 1100111 | 0 | 1011100 | 10100 | 110010 | 100111001 | 1010110 | 11011 |
Color Harmonies of #800A67
Complementary color
Monochromatic Colors of #800A67
Black with #800A67
Text Example
Text Example
White with #800A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800A67; }
p { color: rgb(128,10,103); }
H1.HeaderClassName
{
color: #800A67;
}
.AnyTagClassName
{
color: #800A67;
}
</style>
background-color css
<style>
a { background-color: #800A67; }
a { background-color: rgb(128,10,103); }
div.DivClassName
{
background-color: #800A67;
}
.BgClassName
{
background-color: #800A67;
}
</style>
border-color css
<style>
span { border-color: #800A67; }
span { border-color: rgb(128,10,103); }
td.TdClassName
{
border-color: #800A67;
}
.TagClassName
{
border-color: #800A67;
}
</style>