#822366

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

Shades of Dark Purple #822366

Tints of Dark Purple #822366

Color information

#822366 (or 0x822366) is unknown color: approx Dark Purple. HEX triplet: 82, 23 and 66. RGB value is (130,35,102). Sum of RGB (Red+Green+Blue) = 130+35+102=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #822366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822366 is #7DDC99. Grayscale: #464646. Windows color (decimal): -8248474 or 6693762. OLE color: 6693762.

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

Color convert

RGB13035102-
CMYK00.730.220.49
HSL317.68º57.58%32.35%-
HSV(B)317.68º73.08%50.98%-
XYZ12.216.9113.26-
YUV71.04145.47170.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 35 (14.06% from 255) = 13.11%
BLUE value IS 102 (40.23% from 255) = 38.20%
R=48.69%
G=13.11%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303510200.730.220.49317.6857.5832.35
Hex822366049163113e3a20
Octal20243146011126614767240
Binary1000001010001111001100100100110110110001100111110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822366; }

 p { color: rgb(130,35,102); }

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

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

 a { background-color: rgb(130,35,102); }

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

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

 span { border-color: rgb(130,35,102); }

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