Shades of Dark Purple #803C70
Tints of Dark Purple #803C70
RGB
CMYK
RGB Variations
Color information
#803C70 (or 0x803C70) is known color: Dark Purple. HEX triplet: 80, 3C and 70. RGB value is (128,60,112). Sum of RGB (Red+Green+Blue) = 128+60+112=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #803C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C70 is #7FC38F. Grayscale: #565656. Windows color (decimal): -8373136 or 7355520. OLE color: 7355520.
HSL color Cylindrical-coordinate representation of color #803C70: hue angle of 314.12º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #803C70 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 112 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.50 |
| HSL | 314.12º | 0.36% | 0.37% | - |
| HSV(B) | 314.12º | 0.53% | 0.5% | - |
| XYZ | 13.44 | 8.99 | 16.36 | - |
| YUV | 86.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 112 | 0 | 0.53 | 0.12 | 0.50 | 314.12 | 0.36 | 0.37 |
| Hex | 80 | 3C | 70 | 0 | 35 | C | 32 | 13A | 24 | 25 |
| Octal | 200 | 74 | 160 | 0 | 65 | 14 | 62 | 472 | 44 | 45 |
| Binary | 10000000 | 111100 | 1110000 | 0 | 110101 | 1100 | 110010 | 100111010 | 100100 | 100101 |
Color Harmonies of #803C70
Complementary color
Monochromatic Colors of #803C70
Black with #803C70
Text Example
Text Example
White with #803C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C70; }
p { color: rgb(128,60,112); }
H1.HeaderClassName
{
color: #803C70;
}
.AnyTagClassName
{
color: #803C70;
}
</style>
background-color css
<style>
a { background-color: #803C70; }
a { background-color: rgb(128,60,112); }
div.DivClassName
{
background-color: #803C70;
}
.BgClassName
{
background-color: #803C70;
}
</style>
border-color css
<style>
span { border-color: #803C70; }
span { border-color: rgb(128,60,112); }
td.TdClassName
{
border-color: #803C70;
}
.TagClassName
{
border-color: #803C70;
}
</style>