Shades of Dark Purple #823078
Tints of Dark Purple #823078
RGB
CMYK
RGB Variations
Color information
#823078 (or 0x823078) is known color: Dark Purple. HEX triplet: 82, 30 and 78. RGB value is (130,48,120). Sum of RGB (Red+Green+Blue) = 130+48+120=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #823078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823078 is #7DCF87. Grayscale: #505050. Windows color (decimal): -8245128 or 7876738. OLE color: 7876738.
HSL color Cylindrical-coordinate representation of color #823078: hue angle of 307.32º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823078 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 120 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.49 |
| HSL | 307.32º | 0.46% | 0.35% | - |
| HSV(B) | 307.32º | 0.63% | 0.51% | - |
| XYZ | 13.65 | 8.22 | 18.64 | - |
| YUV | 80.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 120 | 0 | 0.63 | 0.08 | 0.49 | 307.32 | 0.46 | 0.35 |
| Hex | 82 | 30 | 78 | 0 | 3F | 8 | 31 | 133 | 2E | 23 |
| Octal | 202 | 60 | 170 | 0 | 77 | 10 | 61 | 463 | 56 | 43 |
| Binary | 10000010 | 110000 | 1111000 | 0 | 111111 | 1000 | 110001 | 100110011 | 101110 | 100011 |
Color Harmonies of #823078
Complementary color
Monochromatic Colors of #823078
Black with #823078
Text Example
Text Example
White with #823078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823078; }
p { color: rgb(130,48,120); }
H1.HeaderClassName
{
color: #823078;
}
.AnyTagClassName
{
color: #823078;
}
</style>
background-color css
<style>
a { background-color: #823078; }
a { background-color: rgb(130,48,120); }
div.DivClassName
{
background-color: #823078;
}
.BgClassName
{
background-color: #823078;
}
</style>
border-color css
<style>
span { border-color: #823078; }
span { border-color: rgb(130,48,120); }
td.TdClassName
{
border-color: #823078;
}
.TagClassName
{
border-color: #823078;
}
</style>