#823A78

Color #823A78 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #823A78

Tints of Dark Purple #823A78

Color information

#823A78 (or 0x823A78) is unknown color: approx Dark Purple. HEX triplet: 82, 3A and 78. RGB value is (130,58,120). Sum of RGB (Red+Green+Blue) = 130+58+120=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #823A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823A78 is #7DC587. Grayscale: #565656. Windows color (decimal): -8242568 or 7879298. OLE color: 7879298.

HSL color Cylindrical-coordinate representation of color #823A78: hue angle of 308.33º 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 #823A78 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB13058120-
CMYK00.550.080.49
HSL308.33º38.3%36.86%-
HSV(B)308.33º55.38%50.98%-
XYZ14.119.1318.79-
YUV86.6146.85158.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 58 (23.05% from 255) = 18.83%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=42.21%
G=18.83%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305812000.550.080.49308.3338.336.86
Hex823A780378311342625
Octal2027217006710614644645
Binary10000010111010111100001101111000110001100110100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823A78; }

 p { color: rgb(130,58,120); }

 H1.HeaderClassName
 {
   color: #823A78;
 }
 .AnyTagClassName
 {
   color: #823A78;
 }
</style>
background-color css

<style>
 a { background-color: #823A78; }

 a { background-color: rgb(130,58,120); }

 div.DivClassName
 {
   background-color: #823A78;
 }
 .BgClassName
 {
   background-color: #823A78;
 }
</style>
border-color css

<style>
 span { border-color: #823A78; }

 span { border-color: rgb(130,58,120); }

 td.TdClassName
 {
   border-color: #823A78;
 }
 .TagClassName
 {
   border-color: #823A78;
 }
</style>