Shades of Dark Purple #823775
Tints of Dark Purple #823775
RGB
CMYK
RGB Variations
Color information
#823775 (or 0x823775) is known color: Dark Purple. HEX triplet: 82, 37 and 75. RGB value is (130,55,117). Sum of RGB (Red+Green+Blue) = 130+55+117=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #823775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823775 is #7DC88A. Grayscale: #545454. Windows color (decimal): -8243339 or 7681922. OLE color: 7681922.
HSL color Cylindrical-coordinate representation of color #823775: hue angle of 310.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #823775 is Cyan = 0, Magento = 0.58, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 55 | 117 | - |
| CMYK | 0 | 0.58 | 0.1 | 0.49 |
| HSL | 310.4º | 0.41% | 0.36% | - |
| HSV(B) | 310.4º | 0.58% | 0.51% | - |
| XYZ | 13.78 | 8.76 | 17.79 | - |
| YUV | 84.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 117 | 0 | 0.58 | 0.1 | 0.49 | 310.4 | 0.41 | 0.36 |
| Hex | 82 | 37 | 75 | 0 | 3A | A | 31 | 136 | 29 | 24 |
| Octal | 202 | 67 | 165 | 0 | 72 | 12 | 61 | 466 | 51 | 44 |
| Binary | 10000010 | 110111 | 1110101 | 0 | 111010 | 1010 | 110001 | 100110110 | 101001 | 100100 |
Color Harmonies of #823775
Complementary color
Monochromatic Colors of #823775
Black with #823775
Text Example
Text Example
White with #823775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823775; }
p { color: rgb(130,55,117); }
H1.HeaderClassName
{
color: #823775;
}
.AnyTagClassName
{
color: #823775;
}
</style>
background-color css
<style>
a { background-color: #823775; }
a { background-color: rgb(130,55,117); }
div.DivClassName
{
background-color: #823775;
}
.BgClassName
{
background-color: #823775;
}
</style>
border-color css
<style>
span { border-color: #823775; }
span { border-color: rgb(130,55,117); }
td.TdClassName
{
border-color: #823775;
}
.TagClassName
{
border-color: #823775;
}
</style>