Shades of Dark Purple #802385
Tints of Dark Purple #802385
RGB
CMYK
RGB Variations
Color information
#802385 (or 0x802385) is known color: Dark Purple. HEX triplet: 80, 23 and 85. RGB value is (128,35,133). Sum of RGB (Red+Green+Blue) = 128+35+133=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #802385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802385 is #7FDC7A. Grayscale: #494949. Windows color (decimal): -8379515 or 8725376. OLE color: 8725376.
HSL color Cylindrical-coordinate representation of color #802385: hue angle of 296.94º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802385 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 35 | 133 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.48 |
| HSL | 296.94º | 0.58% | 0.33% | - |
| HSV(B) | 296.94º | 0.74% | 0.52% | - |
| XYZ | 13.74 | 7.48 | 22.91 | - |
| YUV | 73.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 133 | 0.04 | 0.74 | 0 | 0.48 | 296.94 | 0.58 | 0.33 |
| Hex | 80 | 23 | 85 | 4 | 4A | 0 | 30 | 129 | 3A | 21 |
| Octal | 200 | 43 | 205 | 4 | 112 | 0 | 60 | 451 | 72 | 41 |
| Binary | 10000000 | 100011 | 10000101 | 100 | 1001010 | 0 | 110000 | 100101001 | 111010 | 100001 |
Color Harmonies of #802385
Complementary color
Monochromatic Colors of #802385
Black with #802385
Text Example
Text Example
White with #802385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802385; }
p { color: rgb(128,35,133); }
H1.HeaderClassName
{
color: #802385;
}
.AnyTagClassName
{
color: #802385;
}
</style>
background-color css
<style>
a { background-color: #802385; }
a { background-color: rgb(128,35,133); }
div.DivClassName
{
background-color: #802385;
}
.BgClassName
{
background-color: #802385;
}
</style>
border-color css
<style>
span { border-color: #802385; }
span { border-color: rgb(128,35,133); }
td.TdClassName
{
border-color: #802385;
}
.TagClassName
{
border-color: #802385;
}
</style>