#822B65

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

Shades of Dark Purple #822B65

Tints of Dark Purple #822B65

Color information

#822B65 (or 0x822B65) is unknown color: approx Dark Purple. HEX triplet: 82, 2B and 65. RGB value is (130,43,101). Sum of RGB (Red+Green+Blue) = 130+43+101=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #822B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822B65 is #7DD49A. Grayscale: #4B4B4B. Windows color (decimal): -8246427 or 6630274. OLE color: 6630274.

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

Color convert

RGB13043101-
CMYK00.670.220.49
HSL320º50.29%33.92%-
HSV(B)320º66.92%50.98%-
XYZ12.427.4113.09-
YUV75.62142.32166.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 43 (17.19% from 255) = 15.69%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=47.45%
G=15.69%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304310100.670.220.4932050.2933.92
Hex822B6504316311403222
Octal20253145010326615006242
Binary1000001010101111001010100001110110110001101000000110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,43,101); }

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

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

 a { background-color: rgb(130,43,101); }

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

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

 span { border-color: rgb(130,43,101); }

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