Shades of Dark Purple #823C75
Tints of Dark Purple #823C75
RGB
CMYK
RGB Variations
Color information
#823C75 (or 0x823C75) is known color: Dark Purple. HEX triplet: 82, 3C and 75. RGB value is (130,60,117). Sum of RGB (Red+Green+Blue) = 130+60+117=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #823C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823C75 is #7DC38A. Grayscale: #575757. Windows color (decimal): -8242059 or 7683202. OLE color: 7683202.
HSL color Cylindrical-coordinate representation of color #823C75: hue angle of 311.14º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #823C75 is Cyan = 0, Magento = 0.54, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 60 | 117 | - |
| CMYK | 0 | 0.54 | 0.1 | 0.49 |
| HSL | 311.14º | 0.37% | 0.37% | - |
| HSV(B) | 311.14º | 0.54% | 0.51% | - |
| XYZ | 14.03 | 9.26 | 17.88 | - |
| YUV | 87.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 117 | 0 | 0.54 | 0.1 | 0.49 | 311.14 | 0.37 | 0.37 |
| Hex | 82 | 3C | 75 | 0 | 36 | A | 31 | 137 | 25 | 25 |
| Octal | 202 | 74 | 165 | 0 | 66 | 12 | 61 | 467 | 45 | 45 |
| Binary | 10000010 | 111100 | 1110101 | 0 | 110110 | 1010 | 110001 | 100110111 | 100101 | 100101 |
Color Harmonies of #823C75
Complementary color
Monochromatic Colors of #823C75
Black with #823C75
Text Example
Text Example
White with #823C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823C75; }
p { color: rgb(130,60,117); }
H1.HeaderClassName
{
color: #823C75;
}
.AnyTagClassName
{
color: #823C75;
}
</style>
background-color css
<style>
a { background-color: #823C75; }
a { background-color: rgb(130,60,117); }
div.DivClassName
{
background-color: #823C75;
}
.BgClassName
{
background-color: #823C75;
}
</style>
border-color css
<style>
span { border-color: #823C75; }
span { border-color: rgb(130,60,117); }
td.TdClassName
{
border-color: #823C75;
}
.TagClassName
{
border-color: #823C75;
}
</style>