Shades of Purple #801485
Tints of Purple #801485
RGB
CMYK
RGB Variations
Color information
#801485 (or 0x801485) is known color: Purple. HEX triplet: 80, 14 and 85. RGB value is (128,20,133). Sum of RGB (Red+Green+Blue) = 128+20+133=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #801485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801485 is #7FEB7A. Grayscale: #404040. Windows color (decimal): -8383355 or 8721536. OLE color: 8721536.
HSL color Cylindrical-coordinate representation of color #801485: hue angle of 297.35º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801485 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 20 | 133 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.48 |
| HSL | 297.35º | 0.74% | 0.3% | - |
| HSV(B) | 297.35º | 0.85% | 0.52% | - |
| XYZ | 13.39 | 6.78 | 22.79 | - |
| YUV | 65.17 | 166.28 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 133 | 0.04 | 0.85 | 0 | 0.48 | 297.35 | 0.74 | 0.3 |
| Hex | 80 | 14 | 85 | 4 | 55 | 0 | 30 | 129 | 4A | 1E |
| Octal | 200 | 24 | 205 | 4 | 125 | 0 | 60 | 451 | 112 | 36 |
| Binary | 10000000 | 10100 | 10000101 | 100 | 1010101 | 0 | 110000 | 100101001 | 1001010 | 11110 |
Color Harmonies of #801485
Complementary color
Monochromatic Colors of #801485
Black with #801485
Text Example
Text Example
White with #801485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801485; }
p { color: rgb(128,20,133); }
H1.HeaderClassName
{
color: #801485;
}
.AnyTagClassName
{
color: #801485;
}
</style>
background-color css
<style>
a { background-color: #801485; }
a { background-color: rgb(128,20,133); }
div.DivClassName
{
background-color: #801485;
}
.BgClassName
{
background-color: #801485;
}
</style>
border-color css
<style>
span { border-color: #801485; }
span { border-color: rgb(128,20,133); }
td.TdClassName
{
border-color: #801485;
}
.TagClassName
{
border-color: #801485;
}
</style>