Shades of Dark Purple #823066
Tints of Dark Purple #823066
RGB
CMYK
RGB Variations
Color information
#823066 (or 0x823066) is known color: Dark Purple. HEX triplet: 82, 30 and 66. RGB value is (130,48,102). Sum of RGB (Red+Green+Blue) = 130+48+102=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #823066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823066 is #7DCF99. Grayscale: #4E4E4E. Windows color (decimal): -8245146 or 6697090. OLE color: 6697090.
HSL color Cylindrical-coordinate representation of color #823066: hue angle of 320.49º 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 #823066 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 102 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.49 |
| HSL | 320.49º | 0.46% | 0.35% | - |
| HSV(B) | 320.49º | 0.63% | 0.51% | - |
| XYZ | 12.66 | 7.82 | 13.41 | - |
| YUV | 78.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 102 | 0 | 0.63 | 0.22 | 0.49 | 320.49 | 0.46 | 0.35 |
| Hex | 82 | 30 | 66 | 0 | 3F | 16 | 31 | 140 | 2E | 23 |
| Octal | 202 | 60 | 146 | 0 | 77 | 26 | 61 | 500 | 56 | 43 |
| Binary | 10000010 | 110000 | 1100110 | 0 | 111111 | 10110 | 110001 | 101000000 | 101110 | 100011 |
Color Harmonies of #823066
Complementary color
Monochromatic Colors of #823066
Black with #823066
Text Example
Text Example
White with #823066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823066; }
p { color: rgb(130,48,102); }
H1.HeaderClassName
{
color: #823066;
}
.AnyTagClassName
{
color: #823066;
}
</style>
background-color css
<style>
a { background-color: #823066; }
a { background-color: rgb(130,48,102); }
div.DivClassName
{
background-color: #823066;
}
.BgClassName
{
background-color: #823066;
}
</style>
border-color css
<style>
span { border-color: #823066; }
span { border-color: rgb(130,48,102); }
td.TdClassName
{
border-color: #823066;
}
.TagClassName
{
border-color: #823066;
}
</style>