Shades of Dark Purple #800A68
Tints of Dark Purple #800A68
RGB
CMYK
RGB Variations
Color information
#800A68 (or 0x800A68) is known color: Dark Purple. HEX triplet: 80, 0A and 68. RGB value is (128,10,104). Sum of RGB (Red+Green+Blue) = 128+10+104=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #800A68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800A68 is #7FF597. Grayscale: #373737. Windows color (decimal): -8385944 or 6818432. OLE color: 6818432.
HSL color Cylindrical-coordinate representation of color #800A68: hue angle of 312.2º 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 #800A68 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 10 | 104 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.50 |
| HSL | 312.2º | 0.86% | 0.27% | - |
| HSV(B) | 312.2º | 0.92% | 0.5% | - |
| XYZ | 11.51 | 5.81 | 13.61 | - |
| YUV | 56 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 104 | 0 | 0.92 | 0.19 | 0.50 | 312.2 | 0.86 | 0.27 |
| Hex | 80 | A | 68 | 0 | 5C | 13 | 32 | 138 | 56 | 1B |
| Octal | 200 | 12 | 150 | 0 | 134 | 23 | 62 | 470 | 126 | 33 |
| Binary | 10000000 | 1010 | 1101000 | 0 | 1011100 | 10011 | 110010 | 100111000 | 1010110 | 11011 |
Color Harmonies of #800A68
Complementary color
Monochromatic Colors of #800A68
Black with #800A68
Text Example
Text Example
White with #800A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800A68; }
p { color: rgb(128,10,104); }
H1.HeaderClassName
{
color: #800A68;
}
.AnyTagClassName
{
color: #800A68;
}
</style>
background-color css
<style>
a { background-color: #800A68; }
a { background-color: rgb(128,10,104); }
div.DivClassName
{
background-color: #800A68;
}
.BgClassName
{
background-color: #800A68;
}
</style>
border-color css
<style>
span { border-color: #800A68; }
span { border-color: rgb(128,10,104); }
td.TdClassName
{
border-color: #800A68;
}
.TagClassName
{
border-color: #800A68;
}
</style>