Shades of Dark Purple #803A6C
Tints of Dark Purple #803A6C
RGB
CMYK
RGB Variations
Color information
#803A6C (or 0x803A6C) is known color: Dark Purple. HEX triplet: 80, 3A and 6C. RGB value is (128,58,108). Sum of RGB (Red+Green+Blue) = 128+58+108=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #803A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803A6C is #7FC593. Grayscale: #545454. Windows color (decimal): -8373652 or 7092864. OLE color: 7092864.
HSL color Cylindrical-coordinate representation of color #803A6C: hue angle of 317.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803A6C is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 58 | 108 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.50 |
| HSL | 317.14º | 0.38% | 0.36% | - |
| HSV(B) | 317.14º | 0.55% | 0.5% | - |
| XYZ | 13.12 | 8.7 | 15.17 | - |
| YUV | 84.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 108 | 0 | 0.55 | 0.16 | 0.50 | 317.14 | 0.38 | 0.36 |
| Hex | 80 | 3A | 6C | 0 | 37 | 10 | 32 | 13D | 26 | 24 |
| Octal | 200 | 72 | 154 | 0 | 67 | 20 | 62 | 475 | 46 | 44 |
| Binary | 10000000 | 111010 | 1101100 | 0 | 110111 | 10000 | 110010 | 100111101 | 100110 | 100100 |
Color Harmonies of #803A6C
Complementary color
Monochromatic Colors of #803A6C
Black with #803A6C
Text Example
Text Example
White with #803A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803A6C; }
p { color: rgb(128,58,108); }
H1.HeaderClassName
{
color: #803A6C;
}
.AnyTagClassName
{
color: #803A6C;
}
</style>
background-color css
<style>
a { background-color: #803A6C; }
a { background-color: rgb(128,58,108); }
div.DivClassName
{
background-color: #803A6C;
}
.BgClassName
{
background-color: #803A6C;
}
</style>
border-color css
<style>
span { border-color: #803A6C; }
span { border-color: rgb(128,58,108); }
td.TdClassName
{
border-color: #803A6C;
}
.TagClassName
{
border-color: #803A6C;
}
</style>