#822E7B

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

Shades of Dark Purple #822E7B

Tints of Dark Purple #822E7B

Color information

#822E7B (or 0x822E7B) is unknown color: approx Dark Purple. HEX triplet: 82, 2E and 7B. RGB value is (130,46,123). Sum of RGB (Red+Green+Blue) = 130+46+123=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #822E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822E7B is #7DD184. Grayscale: #4F4F4F. Windows color (decimal): -8245637 or 8072834. OLE color: 8072834.

HSL color Cylindrical-coordinate representation of color #822E7B: hue angle of 305º 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 #822E7B is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13046123-
CMYK00.650.050.49
HSL305º47.73%34.51%-
HSV(B)305º64.62%50.98%-
XYZ13.768.1319.58-
YUV79.89152.33163.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.48%
GREEN value IS 46 (18.36% from 255) = 15.38%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=43.48%
G=15.38%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304612300.650.050.4930547.7334.51
Hex822E7B0415311313023
Octal2025617301015614616043
Binary10000010101110111101101000001101110001100110001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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