Shades of Dark Purple #823A79
Tints of Dark Purple #823A79
RGB
CMYK
RGB Variations
Color information
#823A79 (or 0x823A79) is known color: Dark Purple. HEX triplet: 82, 3A and 79. RGB value is (130,58,121). Sum of RGB (Red+Green+Blue) = 130+58+121=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #823A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823A79 is #7DC586. Grayscale: #565656. Windows color (decimal): -8242567 or 7944834. OLE color: 7944834.
HSL color Cylindrical-coordinate representation of color #823A79: hue angle of 307.5º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #823A79 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 58 | 121 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.49 |
| HSL | 307.5º | 0.38% | 0.37% | - |
| HSV(B) | 307.5º | 0.55% | 0.51% | - |
| XYZ | 14.17 | 9.15 | 19.11 | - |
| YUV | 86.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 58 | 121 | 0 | 0.55 | 0.07 | 0.49 | 307.5 | 0.38 | 0.37 |
| Hex | 82 | 3A | 79 | 0 | 37 | 7 | 31 | 134 | 26 | 25 |
| Octal | 202 | 72 | 171 | 0 | 67 | 7 | 61 | 464 | 46 | 45 |
| Binary | 10000010 | 111010 | 1111001 | 0 | 110111 | 111 | 110001 | 100110100 | 100110 | 100101 |
Color Harmonies of #823A79
Complementary color
Monochromatic Colors of #823A79
Black with #823A79
Text Example
Text Example
White with #823A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823A79; }
p { color: rgb(130,58,121); }
H1.HeaderClassName
{
color: #823A79;
}
.AnyTagClassName
{
color: #823A79;
}
</style>
background-color css
<style>
a { background-color: #823A79; }
a { background-color: rgb(130,58,121); }
div.DivClassName
{
background-color: #823A79;
}
.BgClassName
{
background-color: #823A79;
}
</style>
border-color css
<style>
span { border-color: #823A79; }
span { border-color: rgb(130,58,121); }
td.TdClassName
{
border-color: #823A79;
}
.TagClassName
{
border-color: #823A79;
}
</style>