Shades of Dark Purple #803279
Tints of Dark Purple #803279
RGB
CMYK
RGB Variations
Color information
#803279 (or 0x803279) is known color: Dark Purple. HEX triplet: 80, 32 and 79. RGB value is (128,50,121). Sum of RGB (Red+Green+Blue) = 128+50+121=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #803279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803279 is #7FCD86. Grayscale: #515151. Windows color (decimal): -8375687 or 7942784. OLE color: 7942784.
HSL color Cylindrical-coordinate representation of color #803279: hue angle of 305.38º 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 #803279 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 121 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.50 |
| HSL | 305.38º | 0.44% | 0.35% | - |
| HSV(B) | 305.38º | 0.61% | 0.5% | - |
| XYZ | 13.49 | 8.25 | 18.97 | - |
| YUV | 81.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 121 | 0 | 0.61 | 0.05 | 0.50 | 305.38 | 0.44 | 0.35 |
| Hex | 80 | 32 | 79 | 0 | 3D | 5 | 32 | 131 | 2C | 23 |
| Octal | 200 | 62 | 171 | 0 | 75 | 5 | 62 | 461 | 54 | 43 |
| Binary | 10000000 | 110010 | 1111001 | 0 | 111101 | 101 | 110010 | 100110001 | 101100 | 100011 |
Color Harmonies of #803279
Complementary color
Monochromatic Colors of #803279
Black with #803279
Text Example
Text Example
White with #803279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803279; }
p { color: rgb(128,50,121); }
H1.HeaderClassName
{
color: #803279;
}
.AnyTagClassName
{
color: #803279;
}
</style>
background-color css
<style>
a { background-color: #803279; }
a { background-color: rgb(128,50,121); }
div.DivClassName
{
background-color: #803279;
}
.BgClassName
{
background-color: #803279;
}
</style>
border-color css
<style>
span { border-color: #803279; }
span { border-color: rgb(128,50,121); }
td.TdClassName
{
border-color: #803279;
}
.TagClassName
{
border-color: #803279;
}
</style>