Shades of Dark Purple #803468
Tints of Dark Purple #803468
RGB
CMYK
RGB Variations
Color information
#803468 (or 0x803468) is known color: Dark Purple. HEX triplet: 80, 34 and 68. RGB value is (128,52,104). Sum of RGB (Red+Green+Blue) = 128+52+104=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #803468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803468 is #7FCB97. Grayscale: #505050. Windows color (decimal): -8375192 or 6829184. OLE color: 6829184.
HSL color Cylindrical-coordinate representation of color #803468: hue angle of 318.95º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803468 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 104 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.50 |
| HSL | 318.95º | 0.42% | 0.35% | - |
| HSV(B) | 318.95º | 0.59% | 0.5% | - |
| XYZ | 12.63 | 8.04 | 13.98 | - |
| YUV | 80.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 104 | 0 | 0.59 | 0.19 | 0.50 | 318.95 | 0.42 | 0.35 |
| Hex | 80 | 34 | 68 | 0 | 3B | 13 | 32 | 13F | 2A | 23 |
| Octal | 200 | 64 | 150 | 0 | 73 | 23 | 62 | 477 | 52 | 43 |
| Binary | 10000000 | 110100 | 1101000 | 0 | 111011 | 10011 | 110010 | 100111111 | 101010 | 100011 |
Color Harmonies of #803468
Complementary color
Monochromatic Colors of #803468
Black with #803468
Text Example
Text Example
White with #803468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803468; }
p { color: rgb(128,52,104); }
H1.HeaderClassName
{
color: #803468;
}
.AnyTagClassName
{
color: #803468;
}
</style>
background-color css
<style>
a { background-color: #803468; }
a { background-color: rgb(128,52,104); }
div.DivClassName
{
background-color: #803468;
}
.BgClassName
{
background-color: #803468;
}
</style>
border-color css
<style>
span { border-color: #803468; }
span { border-color: rgb(128,52,104); }
td.TdClassName
{
border-color: #803468;
}
.TagClassName
{
border-color: #803468;
}
</style>