Shades of Dark Purple #803770
Tints of Dark Purple #803770
RGB
CMYK
RGB Variations
Color information
#803770 (or 0x803770) is known color: Dark Purple. HEX triplet: 80, 37 and 70. RGB value is (128,55,112). Sum of RGB (Red+Green+Blue) = 128+55+112=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #803770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803770 is #7FC88F. Grayscale: #535353. Windows color (decimal): -8374416 or 7354240. OLE color: 7354240.
HSL color Cylindrical-coordinate representation of color #803770: hue angle of 313.15º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803770 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 112 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.50 |
| HSL | 313.15º | 0.4% | 0.36% | - |
| HSV(B) | 313.15º | 0.57% | 0.5% | - |
| XYZ | 13.19 | 8.49 | 16.27 | - |
| YUV | 83.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 112 | 0 | 0.57 | 0.12 | 0.50 | 313.15 | 0.4 | 0.36 |
| Hex | 80 | 37 | 70 | 0 | 39 | C | 32 | 139 | 28 | 24 |
| Octal | 200 | 67 | 160 | 0 | 71 | 14 | 62 | 471 | 50 | 44 |
| Binary | 10000000 | 110111 | 1110000 | 0 | 111001 | 1100 | 110010 | 100111001 | 101000 | 100100 |
Color Harmonies of #803770
Complementary color
Monochromatic Colors of #803770
Black with #803770
Text Example
Text Example
White with #803770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803770; }
p { color: rgb(128,55,112); }
H1.HeaderClassName
{
color: #803770;
}
.AnyTagClassName
{
color: #803770;
}
</style>
background-color css
<style>
a { background-color: #803770; }
a { background-color: rgb(128,55,112); }
div.DivClassName
{
background-color: #803770;
}
.BgClassName
{
background-color: #803770;
}
</style>
border-color css
<style>
span { border-color: #803770; }
span { border-color: rgb(128,55,112); }
td.TdClassName
{
border-color: #803770;
}
.TagClassName
{
border-color: #803770;
}
</style>