#824073

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

Shades of Dark Purple #824073

Tints of Dark Purple #824073

Color information

#824073 (or 0x824073) is unknown color: approx Dark Purple. HEX triplet: 82, 40 and 73. RGB value is (130,64,115). Sum of RGB (Red+Green+Blue) = 130+64+115=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #824073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824073 is #7DBF8C. Grayscale: #595959. Windows color (decimal): -8241037 or 7553154. OLE color: 7553154.

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

Color convert

RGB13064115-
CMYK00.510.120.49
HSL313.64º34.02%38.04%-
HSV(B)313.64º50.77%50.98%-
XYZ14.139.6517.34-
YUV89.55142.37156.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 115 (45.31% from 255) = 37.22%
R=42.07%
G=20.71%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306411500.510.120.49313.6434.0238.04
Hex824073033C3113a2226
Octal20210016306314614724246
Binary100000101000000111001101100111100110001100111010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824073; }

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

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

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

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

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

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

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

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