#823476

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

Shades of Dark Purple #823476

Tints of Dark Purple #823476

Color information

#823476 (or 0x823476) is unknown color: approx Dark Purple. HEX triplet: 82, 34 and 76. RGB value is (130,52,118). Sum of RGB (Red+Green+Blue) = 130+52+118=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #823476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823476 is #7DCB89. Grayscale: #525252. Windows color (decimal): -8244106 or 7746690. OLE color: 7746690.

HSL color Cylindrical-coordinate representation of color #823476: hue angle of 309.23º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823476 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB13052118-
CMYK00.600.090.49
HSL309.23º42.86%35.69%-
HSV(B)309.23º60%50.98%-
XYZ13.78.5118.06-
YUV82.85147.84161.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.33%
GREEN value IS 52 (20.70% from 255) = 17.33%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=43.33%
G=17.33%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305211800.600.090.49309.2342.8635.69
Hex82347603C9311352b24
Octal2026416607411614655344
Binary10000010110100111011001111001001110001100110101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823476; }

 p { color: rgb(130,52,118); }

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

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

 a { background-color: rgb(130,52,118); }

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

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

 span { border-color: rgb(130,52,118); }

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