Shades of Purple #800069
Tints of Purple #800069
RGB
CMYK
RGB Variations
Color information
#800069 (or 0x800069) is known color: Purple. HEX triplet: 80, 00 and 69. RGB value is (128,0,105). Sum of RGB (Red+Green+Blue) = 128+0+105=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #800069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800069 is #7FFF96. Grayscale: #313131. Windows color (decimal): -8388503 or 6881408. OLE color: 6881408.
HSL color Cylindrical-coordinate representation of color #800069: hue angle of 310.78º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800069 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.18 | 0.50 |
| HSL | 310.78º | 1% | 0.25% | - |
| HSV(B) | 310.78º | 1% | 0.5% | - |
| XYZ | 11.45 | 5.61 | 13.84 | - |
| YUV | 50.24 | 158.91 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 105 | 0 | 1 | 0.18 | 0.50 | 310.78 | 1 | 0.25 |
| Hex | 80 | 0 | 69 | 0 | 64 | 12 | 32 | 137 | 64 | 19 |
| Octal | 200 | 0 | 151 | 0 | 144 | 22 | 62 | 467 | 144 | 31 |
| Binary | 10000000 | 0 | 1101001 | 0 | 1100100 | 10010 | 110010 | 100110111 | 1100100 | 11001 |
Color Harmonies of #800069
Complementary color
Monochromatic Colors of #800069
Black with #800069
Text Example
Text Example
White with #800069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800069; }
p { color: rgb(128,0,105); }
H1.HeaderClassName
{
color: #800069;
}
.AnyTagClassName
{
color: #800069;
}
</style>
background-color css
<style>
a { background-color: #800069; }
a { background-color: rgb(128,0,105); }
div.DivClassName
{
background-color: #800069;
}
.BgClassName
{
background-color: #800069;
}
</style>
border-color css
<style>
span { border-color: #800069; }
span { border-color: rgb(128,0,105); }
td.TdClassName
{
border-color: #800069;
}
.TagClassName
{
border-color: #800069;
}
</style>