Shades of Dark Purple #802565
Tints of Dark Purple #802565
RGB
CMYK
RGB Variations
Color information
#802565 (or 0x802565) is known color: Dark Purple. HEX triplet: 80, 25 and 65. RGB value is (128,37,101). Sum of RGB (Red+Green+Blue) = 128+37+101=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #802565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802565 is #7FDA9A. Grayscale: #474747. Windows color (decimal): -8379035 or 6628736. OLE color: 6628736.
HSL color Cylindrical-coordinate representation of color #802565: hue angle of 317.8º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802565 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 101 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.50 |
| HSL | 317.8º | 0.55% | 0.32% | - |
| HSV(B) | 317.8º | 0.71% | 0.5% | - |
| XYZ | 11.91 | 6.85 | 13.01 | - |
| YUV | 71.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 101 | 0 | 0.71 | 0.21 | 0.50 | 317.8 | 0.55 | 0.32 |
| Hex | 80 | 25 | 65 | 0 | 47 | 15 | 32 | 13E | 37 | 20 |
| Octal | 200 | 45 | 145 | 0 | 107 | 25 | 62 | 476 | 67 | 40 |
| Binary | 10000000 | 100101 | 1100101 | 0 | 1000111 | 10101 | 110010 | 100111110 | 110111 | 100000 |
Color Harmonies of #802565
Complementary color
Monochromatic Colors of #802565
Black with #802565
Text Example
Text Example
White with #802565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802565; }
p { color: rgb(128,37,101); }
H1.HeaderClassName
{
color: #802565;
}
.AnyTagClassName
{
color: #802565;
}
</style>
background-color css
<style>
a { background-color: #802565; }
a { background-color: rgb(128,37,101); }
div.DivClassName
{
background-color: #802565;
}
.BgClassName
{
background-color: #802565;
}
</style>
border-color css
<style>
span { border-color: #802565; }
span { border-color: rgb(128,37,101); }
td.TdClassName
{
border-color: #802565;
}
.TagClassName
{
border-color: #802565;
}
</style>