Shades of Dark Purple #801065
Tints of Dark Purple #801065
RGB
CMYK
RGB Variations
Color information
#801065 (or 0x801065) is known color: Dark Purple. HEX triplet: 80, 10 and 65. RGB value is (128,16,101). Sum of RGB (Red+Green+Blue) = 128+16+101=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #801065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801065 is #7FEF9A. Grayscale: #3A3A3A. Windows color (decimal): -8384411 or 6623360. OLE color: 6623360.
HSL color Cylindrical-coordinate representation of color #801065: hue angle of 314.46º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801065 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 101 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.50 |
| HSL | 314.46º | 0.78% | 0.28% | - |
| HSV(B) | 314.46º | 0.88% | 0.5% | - |
| XYZ | 11.44 | 5.9 | 12.85 | - |
| YUV | 59.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 101 | 0 | 0.88 | 0.21 | 0.50 | 314.46 | 0.78 | 0.28 |
| Hex | 80 | 10 | 65 | 0 | 58 | 15 | 32 | 13A | 4E | 1C |
| Octal | 200 | 20 | 145 | 0 | 130 | 25 | 62 | 472 | 116 | 34 |
| Binary | 10000000 | 10000 | 1100101 | 0 | 1011000 | 10101 | 110010 | 100111010 | 1001110 | 11100 |
Color Harmonies of #801065
Complementary color
Monochromatic Colors of #801065
Black with #801065
Text Example
Text Example
White with #801065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801065; }
p { color: rgb(128,16,101); }
H1.HeaderClassName
{
color: #801065;
}
.AnyTagClassName
{
color: #801065;
}
</style>
background-color css
<style>
a { background-color: #801065; }
a { background-color: rgb(128,16,101); }
div.DivClassName
{
background-color: #801065;
}
.BgClassName
{
background-color: #801065;
}
</style>
border-color css
<style>
span { border-color: #801065; }
span { border-color: rgb(128,16,101); }
td.TdClassName
{
border-color: #801065;
}
.TagClassName
{
border-color: #801065;
}
</style>