#824072

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

Shades of Dark Purple #824072

Tints of Dark Purple #824072

Color information

#824072 (or 0x824072) is unknown color: approx Dark Purple. HEX triplet: 82, 40 and 72. RGB value is (130,64,114). Sum of RGB (Red+Green+Blue) = 130+64+114=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #824072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824072 is #7DBF8D. Grayscale: #595959. Windows color (decimal): -8241038 or 7487618. OLE color: 7487618.

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

Color convert

RGB13064114-
CMYK00.510.120.49
HSL314.55º34.02%38.04%-
HSV(B)314.55º50.77%50.98%-
XYZ14.089.6317.04-
YUV89.43141.87156.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 64 (25.39% from 255) = 20.78%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=42.21%
G=20.78%
B=37.01%

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
Decimal1306411400.510.120.49314.5534.0238.04
Hex824072033C3113b2226
Octal20210016206314614734246
Binary100000101000000111001001100111100110001100111011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824072; }

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

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

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

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

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

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

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

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