Shades of Dark Purple #802585
Tints of Dark Purple #802585
RGB
CMYK
RGB Variations
Color information
#802585 (or 0x802585) is known color: Dark Purple. HEX triplet: 80, 25 and 85. RGB value is (128,37,133). Sum of RGB (Red+Green+Blue) = 128+37+133=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #802585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802585 is #7FDA7A. Grayscale: #4A4A4A. Windows color (decimal): -8379003 or 8725888. OLE color: 8725888.
HSL color Cylindrical-coordinate representation of color #802585: hue angle of 296.88º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802585 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 37 | 133 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.48 |
| HSL | 296.88º | 0.56% | 0.33% | - |
| HSV(B) | 296.88º | 0.72% | 0.52% | - |
| XYZ | 13.8 | 7.61 | 22.93 | - |
| YUV | 75.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 133 | 0.04 | 0.72 | 0 | 0.48 | 296.88 | 0.56 | 0.33 |
| Hex | 80 | 25 | 85 | 4 | 48 | 0 | 30 | 129 | 38 | 21 |
| Octal | 200 | 45 | 205 | 4 | 110 | 0 | 60 | 451 | 70 | 41 |
| Binary | 10000000 | 100101 | 10000101 | 100 | 1001000 | 0 | 110000 | 100101001 | 111000 | 100001 |
Color Harmonies of #802585
Complementary color
Monochromatic Colors of #802585
Black with #802585
Text Example
Text Example
White with #802585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802585; }
p { color: rgb(128,37,133); }
H1.HeaderClassName
{
color: #802585;
}
.AnyTagClassName
{
color: #802585;
}
</style>
background-color css
<style>
a { background-color: #802585; }
a { background-color: rgb(128,37,133); }
div.DivClassName
{
background-color: #802585;
}
.BgClassName
{
background-color: #802585;
}
</style>
border-color css
<style>
span { border-color: #802585; }
span { border-color: rgb(128,37,133); }
td.TdClassName
{
border-color: #802585;
}
.TagClassName
{
border-color: #802585;
}
</style>