#824173

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

Shades of Dark Purple #824173

Tints of Dark Purple #824173

Color information

#824173 (or 0x824173) is unknown color: approx Dark Purple. HEX triplet: 82, 41 and 73. RGB value is (130,65,115). Sum of RGB (Red+Green+Blue) = 130+65+115=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #824173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824173 is #7DBE8C. Grayscale: #5A5A5A. Windows color (decimal): -8240781 or 7553410. OLE color: 7553410.

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

Color convert

RGB13065115-
CMYK00.500.120.49
HSL313.85º33.33%38.24%-
HSV(B)313.85º50%50.98%-
XYZ14.199.7617.36-
YUV90.14142.03156.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 65 (25.78% from 255) = 20.97%
BLUE value IS 115 (45.31% from 255) = 37.10%
R=41.94%
G=20.97%
B=37.10%

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
Decimal1306511500.500.120.49313.8533.3338.24
Hex824173032C3113a2126
Octal20210116306214614724146
Binary100000101000001111001101100101100110001100111010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824173; }

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

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

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

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

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

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

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

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