#823472

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

Shades of Dark Purple #823472

Tints of Dark Purple #823472

Color information

#823472 (or 0x823472) is unknown color: approx Dark Purple. HEX triplet: 82, 34 and 72. RGB value is (130,52,114). Sum of RGB (Red+Green+Blue) = 130+52+114=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #823472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823472 is #7DCB8D. Grayscale: #525252. Windows color (decimal): -8244110 or 7484546. OLE color: 7484546.

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

Color convert

RGB13052114-
CMYK00.600.120.49
HSL312.31º42.86%35.69%-
HSV(B)312.31º60%50.98%-
XYZ13.478.4216.83-
YUV82.39145.84161.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 114 (44.92% from 255) = 38.51%
R=43.92%
G=17.57%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305211400.600.120.49312.3142.8635.69
Hex82347203CC311382b24
Octal2026416207414614705344
Binary10000010110100111001001111001100110001100111000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823472; }

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

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

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

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

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

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

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

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