Shades of Dark Purple #803278
Tints of Dark Purple #803278
RGB
CMYK
RGB Variations
Color information
#803278 (or 0x803278) is known color: Dark Purple. HEX triplet: 80, 32 and 78. RGB value is (128,50,120). Sum of RGB (Red+Green+Blue) = 128+50+120=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #803278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803278 is #7FCD87. Grayscale: #515151. Windows color (decimal): -8375688 or 7877248. OLE color: 7877248.
HSL color Cylindrical-coordinate representation of color #803278: hue angle of 306.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803278 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 120 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.50 |
| HSL | 306.15º | 0.44% | 0.35% | - |
| HSV(B) | 306.15º | 0.61% | 0.5% | - |
| XYZ | 13.43 | 8.23 | 18.65 | - |
| YUV | 81.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 120 | 0 | 0.61 | 0.06 | 0.50 | 306.15 | 0.44 | 0.35 |
| Hex | 80 | 32 | 78 | 0 | 3D | 6 | 32 | 132 | 2C | 23 |
| Octal | 200 | 62 | 170 | 0 | 75 | 6 | 62 | 462 | 54 | 43 |
| Binary | 10000000 | 110010 | 1111000 | 0 | 111101 | 110 | 110010 | 100110010 | 101100 | 100011 |
Color Harmonies of #803278
Complementary color
Monochromatic Colors of #803278
Black with #803278
Text Example
Text Example
White with #803278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803278; }
p { color: rgb(128,50,120); }
H1.HeaderClassName
{
color: #803278;
}
.AnyTagClassName
{
color: #803278;
}
</style>
background-color css
<style>
a { background-color: #803278; }
a { background-color: rgb(128,50,120); }
div.DivClassName
{
background-color: #803278;
}
.BgClassName
{
background-color: #803278;
}
</style>
border-color css
<style>
span { border-color: #803278; }
span { border-color: rgb(128,50,120); }
td.TdClassName
{
border-color: #803278;
}
.TagClassName
{
border-color: #803278;
}
</style>