#824172

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

Shades of Dark Purple #824172

Tints of Dark Purple #824172

Color information

#824172 (or 0x824172) is unknown color: approx Dark Purple. HEX triplet: 82, 41 and 72. RGB value is (130,65,114). Sum of RGB (Red+Green+Blue) = 130+65+114=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #824172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824172 is #7DBE8D. Grayscale: #595959. Windows color (decimal): -8240782 or 7487874. OLE color: 7487874.

HSL color Cylindrical-coordinate representation of color #824172: hue angle of 314.77º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824172 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB13065114-
CMYK00.500.120.49
HSL314.77º33.33%38.24%-
HSV(B)314.77º50%50.98%-
XYZ14.139.7417.05-
YUV90.02141.53156.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=42.07%
G=21.04%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306511400.500.120.49314.7733.3338.24
Hex824172032C3113b2126
Octal20210116206214614734146
Binary100000101000001111001001100101100110001100111011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824172; }

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

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

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

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

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

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

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

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