Shades of Dark Purple #801669
Tints of Dark Purple #801669
RGB
CMYK
RGB Variations
Color information
#801669 (or 0x801669) is known color: Dark Purple. HEX triplet: 80, 16 and 69. RGB value is (128,22,105). Sum of RGB (Red+Green+Blue) = 128+22+105=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #801669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801669 is #7FE996. Grayscale: #3E3E3E. Windows color (decimal): -8382871 or 6887040. OLE color: 6887040.
HSL color Cylindrical-coordinate representation of color #801669: hue angle of 313.02º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801669 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 22 | 105 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.50 |
| HSL | 313.02º | 0.71% | 0.29% | - |
| HSV(B) | 313.02º | 0.83% | 0.5% | - |
| XYZ | 11.74 | 6.18 | 13.94 | - |
| YUV | 63.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 105 | 0 | 0.83 | 0.18 | 0.50 | 313.02 | 0.71 | 0.29 |
| Hex | 80 | 16 | 69 | 0 | 53 | 12 | 32 | 139 | 47 | 1D |
| Octal | 200 | 26 | 151 | 0 | 123 | 22 | 62 | 471 | 107 | 35 |
| Binary | 10000000 | 10110 | 1101001 | 0 | 1010011 | 10010 | 110010 | 100111001 | 1000111 | 11101 |
Color Harmonies of #801669
Complementary color
Monochromatic Colors of #801669
Black with #801669
Text Example
Text Example
White with #801669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801669; }
p { color: rgb(128,22,105); }
H1.HeaderClassName
{
color: #801669;
}
.AnyTagClassName
{
color: #801669;
}
</style>
background-color css
<style>
a { background-color: #801669; }
a { background-color: rgb(128,22,105); }
div.DivClassName
{
background-color: #801669;
}
.BgClassName
{
background-color: #801669;
}
</style>
border-color css
<style>
span { border-color: #801669; }
span { border-color: rgb(128,22,105); }
td.TdClassName
{
border-color: #801669;
}
.TagClassName
{
border-color: #801669;
}
</style>