#822E75

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

Shades of Dark Purple #822E75

Tints of Dark Purple #822E75

Color information

#822E75 (or 0x822E75) is unknown color: approx Dark Purple. HEX triplet: 82, 2E and 75. RGB value is (130,46,117). Sum of RGB (Red+Green+Blue) = 130+46+117=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #822E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822E75 is #7DD18A. Grayscale: #4F4F4F. Windows color (decimal): -8245643 or 7679618. OLE color: 7679618.

HSL color Cylindrical-coordinate representation of color #822E75: hue angle of 309.29º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822E75 is Cyan = 0, Magento = 0.65, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB13046117-
CMYK00.650.10.49
HSL309.29º47.73%34.51%-
HSV(B)309.29º64.62%50.98%-
XYZ13.397.9817.66-
YUV79.21149.33164.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 46 (18.36% from 255) = 15.70%
BLUE value IS 117 (46.09% from 255) = 39.93%
R=44.37%
G=15.70%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304611700.650.10.49309.2947.7334.51
Hex822E75041A311353023
Octal20256165010112614656043
Binary100000101011101110101010000011010110001100110101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822E75; }

 p { color: rgb(130,46,117); }

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

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

 a { background-color: rgb(130,46,117); }

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

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

 span { border-color: rgb(130,46,117); }

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