Shades of Dark Purple #823678
Tints of Dark Purple #823678
RGB
CMYK
RGB Variations
Color information
#823678 (or 0x823678) is known color: Dark Purple. HEX triplet: 82, 36 and 78. RGB value is (130,54,120). Sum of RGB (Red+Green+Blue) = 130+54+120=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #823678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823678 is #7DC987. Grayscale: #545454. Windows color (decimal): -8243592 or 7878274. OLE color: 7878274.
HSL color Cylindrical-coordinate representation of color #823678: hue angle of 307.89º 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 #823678 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 54 | 120 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.49 |
| HSL | 307.89º | 0.41% | 0.36% | - |
| HSV(B) | 307.89º | 0.58% | 0.51% | - |
| XYZ | 13.92 | 8.74 | 18.72 | - |
| YUV | 84.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 54 | 120 | 0 | 0.58 | 0.08 | 0.49 | 307.89 | 0.41 | 0.36 |
| Hex | 82 | 36 | 78 | 0 | 3A | 8 | 31 | 134 | 29 | 24 |
| Octal | 202 | 66 | 170 | 0 | 72 | 10 | 61 | 464 | 51 | 44 |
| Binary | 10000010 | 110110 | 1111000 | 0 | 111010 | 1000 | 110001 | 100110100 | 101001 | 100100 |
Color Harmonies of #823678
Complementary color
Monochromatic Colors of #823678
Black with #823678
Text Example
Text Example
White with #823678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823678; }
p { color: rgb(130,54,120); }
H1.HeaderClassName
{
color: #823678;
}
.AnyTagClassName
{
color: #823678;
}
</style>
background-color css
<style>
a { background-color: #823678; }
a { background-color: rgb(130,54,120); }
div.DivClassName
{
background-color: #823678;
}
.BgClassName
{
background-color: #823678;
}
</style>
border-color css
<style>
span { border-color: #823678; }
span { border-color: rgb(130,54,120); }
td.TdClassName
{
border-color: #823678;
}
.TagClassName
{
border-color: #823678;
}
</style>