Shades of Dark Purple #801865
Tints of Dark Purple #801865
RGB
CMYK
RGB Variations
Color information
#801865 (or 0x801865) is known color: Dark Purple. HEX triplet: 80, 18 and 65. RGB value is (128,24,101). Sum of RGB (Red+Green+Blue) = 128+24+101=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #801865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801865 is #7FE79A. Grayscale: #3F3F3F. Windows color (decimal): -8382363 or 6625408. OLE color: 6625408.
HSL color Cylindrical-coordinate representation of color #801865: hue angle of 315.58º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801865 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 24 | 101 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.50 |
| HSL | 315.58º | 0.68% | 0.3% | - |
| HSV(B) | 315.58º | 0.81% | 0.5% | - |
| XYZ | 11.58 | 6.18 | 12.89 | - |
| YUV | 63.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 101 | 0 | 0.81 | 0.21 | 0.50 | 315.58 | 0.68 | 0.3 |
| Hex | 80 | 18 | 65 | 0 | 51 | 15 | 32 | 13C | 44 | 1E |
| Octal | 200 | 30 | 145 | 0 | 121 | 25 | 62 | 474 | 104 | 36 |
| Binary | 10000000 | 11000 | 1100101 | 0 | 1010001 | 10101 | 110010 | 100111100 | 1000100 | 11110 |
Color Harmonies of #801865
Complementary color
Monochromatic Colors of #801865
Black with #801865
Text Example
Text Example
White with #801865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801865; }
p { color: rgb(128,24,101); }
H1.HeaderClassName
{
color: #801865;
}
.AnyTagClassName
{
color: #801865;
}
</style>
background-color css
<style>
a { background-color: #801865; }
a { background-color: rgb(128,24,101); }
div.DivClassName
{
background-color: #801865;
}
.BgClassName
{
background-color: #801865;
}
</style>
border-color css
<style>
span { border-color: #801865; }
span { border-color: rgb(128,24,101); }
td.TdClassName
{
border-color: #801865;
}
.TagClassName
{
border-color: #801865;
}
</style>