#823471

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

Shades of Dark Purple #823471

Tints of Dark Purple #823471

Color information

#823471 (or 0x823471) is unknown color: approx Dark Purple. HEX triplet: 82, 34 and 71. RGB value is (130,52,113). Sum of RGB (Red+Green+Blue) = 130+52+113=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #823471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823471 is #7DCB8E. Grayscale: #525252. Windows color (decimal): -8244111 or 7419010. OLE color: 7419010.

HSL color Cylindrical-coordinate representation of color #823471: hue angle of 313.08º 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 #823471 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB13052113-
CMYK00.600.130.49
HSL313.08º42.86%35.69%-
HSV(B)313.08º60%50.98%-
XYZ13.418.3916.54-
YUV82.28145.34162.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=44.07%
G=17.63%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305211300.600.130.49313.0842.8635.69
Hex82347103CD311392b24
Octal2026416107415614715344
Binary10000010110100111000101111001101110001100111001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823471; }

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

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

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

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

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

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

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

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