Shades of Dark Purple #803D72
Tints of Dark Purple #803D72
RGB
CMYK
RGB Variations
Color information
#803D72 (or 0x803D72) is known color: Dark Purple. HEX triplet: 80, 3D and 72. RGB value is (128,61,114). Sum of RGB (Red+Green+Blue) = 128+61+114=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #803D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803D72 is #7FC28D. Grayscale: #565656. Windows color (decimal): -8372878 or 7486848. OLE color: 7486848.
HSL color Cylindrical-coordinate representation of color #803D72: hue angle of 312.54º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803D72 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 114 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.50 |
| HSL | 312.54º | 0.35% | 0.37% | - |
| HSV(B) | 312.54º | 0.52% | 0.5% | - |
| XYZ | 13.61 | 9.14 | 16.97 | - |
| YUV | 87.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 114 | 0 | 0.52 | 0.11 | 0.50 | 312.54 | 0.35 | 0.37 |
| Hex | 80 | 3D | 72 | 0 | 34 | B | 32 | 139 | 23 | 25 |
| Octal | 200 | 75 | 162 | 0 | 64 | 13 | 62 | 471 | 43 | 45 |
| Binary | 10000000 | 111101 | 1110010 | 0 | 110100 | 1011 | 110010 | 100111001 | 100011 | 100101 |
Color Harmonies of #803D72
Complementary color
Monochromatic Colors of #803D72
Black with #803D72
Text Example
Text Example
White with #803D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D72; }
p { color: rgb(128,61,114); }
H1.HeaderClassName
{
color: #803D72;
}
.AnyTagClassName
{
color: #803D72;
}
</style>
background-color css
<style>
a { background-color: #803D72; }
a { background-color: rgb(128,61,114); }
div.DivClassName
{
background-color: #803D72;
}
.BgClassName
{
background-color: #803D72;
}
</style>
border-color css
<style>
span { border-color: #803D72; }
span { border-color: rgb(128,61,114); }
td.TdClassName
{
border-color: #803D72;
}
.TagClassName
{
border-color: #803D72;
}
</style>