Shades of Purple #801389
Tints of Purple #801389
RGB
CMYK
RGB Variations
Color information
#801389 (or 0x801389) is known color: Purple. HEX triplet: 80, 13 and 89. RGB value is (128,19,137). Sum of RGB (Red+Green+Blue) = 128+19+137=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #801389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801389 is #7FEC76. Grayscale: #404040. Windows color (decimal): -8383607 or 8983424. OLE color: 8983424.
HSL color Cylindrical-coordinate representation of color #801389: hue angle of 295.42º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801389 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 19 | 137 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.46 |
| HSL | 295.42º | 0.76% | 0.31% | - |
| HSV(B) | 295.42º | 0.86% | 0.54% | - |
| XYZ | 13.65 | 6.86 | 24.27 | - |
| YUV | 65.04 | 168.61 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 137 | 0.07 | 0.86 | 0 | 0.46 | 295.42 | 0.76 | 0.31 |
| Hex | 80 | 13 | 89 | 7 | 56 | 0 | 2E | 127 | 4C | 1F |
| Octal | 200 | 23 | 211 | 7 | 126 | 0 | 56 | 447 | 114 | 37 |
| Binary | 10000000 | 10011 | 10001001 | 111 | 1010110 | 0 | 101110 | 100100111 | 1001100 | 11111 |
Color Harmonies of #801389
Complementary color
Monochromatic Colors of #801389
Black with #801389
Text Example
Text Example
White with #801389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801389; }
p { color: rgb(128,19,137); }
H1.HeaderClassName
{
color: #801389;
}
.AnyTagClassName
{
color: #801389;
}
</style>
background-color css
<style>
a { background-color: #801389; }
a { background-color: rgb(128,19,137); }
div.DivClassName
{
background-color: #801389;
}
.BgClassName
{
background-color: #801389;
}
</style>
border-color css
<style>
span { border-color: #801389; }
span { border-color: rgb(128,19,137); }
td.TdClassName
{
border-color: #801389;
}
.TagClassName
{
border-color: #801389;
}
</style>