Shades of Dark Purple #802069
Tints of Dark Purple #802069
RGB
CMYK
RGB Variations
Color information
#802069 (or 0x802069) is known color: Dark Purple. HEX triplet: 80, 20 and 69. RGB value is (128,32,105). Sum of RGB (Red+Green+Blue) = 128+32+105=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #802069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802069 is #7FDF96. Grayscale: #444444. Windows color (decimal): -8380311 or 6889600. OLE color: 6889600.
HSL color Cylindrical-coordinate representation of color #802069: hue angle of 314.38º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802069 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 105 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.50 |
| HSL | 314.38º | 0.6% | 0.31% | - |
| HSV(B) | 314.38º | 0.75% | 0.5% | - |
| XYZ | 11.97 | 6.64 | 14.02 | - |
| YUV | 69.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 105 | 0 | 0.75 | 0.18 | 0.50 | 314.38 | 0.6 | 0.31 |
| Hex | 80 | 20 | 69 | 0 | 4B | 12 | 32 | 13A | 3C | 1F |
| Octal | 200 | 40 | 151 | 0 | 113 | 22 | 62 | 472 | 74 | 37 |
| Binary | 10000000 | 100000 | 1101001 | 0 | 1001011 | 10010 | 110010 | 100111010 | 111100 | 11111 |
Color Harmonies of #802069
Complementary color
Monochromatic Colors of #802069
Black with #802069
Text Example
Text Example
White with #802069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802069; }
p { color: rgb(128,32,105); }
H1.HeaderClassName
{
color: #802069;
}
.AnyTagClassName
{
color: #802069;
}
</style>
background-color css
<style>
a { background-color: #802069; }
a { background-color: rgb(128,32,105); }
div.DivClassName
{
background-color: #802069;
}
.BgClassName
{
background-color: #802069;
}
</style>
border-color css
<style>
span { border-color: #802069; }
span { border-color: rgb(128,32,105); }
td.TdClassName
{
border-color: #802069;
}
.TagClassName
{
border-color: #802069;
}
</style>