Shades of Dark Purple #800D69
Tints of Dark Purple #800D69
RGB
CMYK
RGB Variations
Color information
#800D69 (or 0x800D69) is known color: Dark Purple. HEX triplet: 80, 0D and 69. RGB value is (128,13,105). Sum of RGB (Red+Green+Blue) = 128+13+105=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #800D69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800D69 is #7FF296. Grayscale: #393939. Windows color (decimal): -8385175 or 6884736. OLE color: 6884736.
HSL color Cylindrical-coordinate representation of color #800D69: hue angle of 312º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800D69 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 13 | 105 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.50 |
| HSL | 312º | 0.82% | 0.28% | - |
| HSV(B) | 312º | 0.9% | 0.5% | - |
| XYZ | 11.6 | 5.9 | 13.89 | - |
| YUV | 57.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 105 | 0 | 0.90 | 0.18 | 0.50 | 312 | 0.82 | 0.28 |
| Hex | 80 | D | 69 | 0 | 5A | 12 | 32 | 138 | 52 | 1C |
| Octal | 200 | 15 | 151 | 0 | 132 | 22 | 62 | 470 | 122 | 34 |
| Binary | 10000000 | 1101 | 1101001 | 0 | 1011010 | 10010 | 110010 | 100111000 | 1010010 | 11100 |
Color Harmonies of #800D69
Complementary color
Monochromatic Colors of #800D69
Black with #800D69
Text Example
Text Example
White with #800D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800D69; }
p { color: rgb(128,13,105); }
H1.HeaderClassName
{
color: #800D69;
}
.AnyTagClassName
{
color: #800D69;
}
</style>
background-color css
<style>
a { background-color: #800D69; }
a { background-color: rgb(128,13,105); }
div.DivClassName
{
background-color: #800D69;
}
.BgClassName
{
background-color: #800D69;
}
</style>
border-color css
<style>
span { border-color: #800D69; }
span { border-color: rgb(128,13,105); }
td.TdClassName
{
border-color: #800D69;
}
.TagClassName
{
border-color: #800D69;
}
</style>