#822665

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

Shades of Dark Purple #822665

Tints of Dark Purple #822665

Color information

#822665 (or 0x822665) is unknown color: approx Dark Purple. HEX triplet: 82, 26 and 65. RGB value is (130,38,101). Sum of RGB (Red+Green+Blue) = 130+38+101=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #822665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822665 is #7DD99A. Grayscale: #484848. Windows color (decimal): -8247707 or 6628994. OLE color: 6628994.

HSL color Cylindrical-coordinate representation of color #822665: hue angle of 318.91º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #822665 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB13038101-
CMYK00.710.220.49
HSL318.91º54.76%32.94%-
HSV(B)318.91º70.77%50.98%-
XYZ12.257.0713.03-
YUV72.69143.98168.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=48.33%
G=14.13%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303810100.710.220.49318.9154.7632.94
Hex822665047163113f3721
Octal20246145010726614776741
Binary1000001010011011001010100011110110110001100111111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822665; }

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

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

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

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

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

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

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

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