#822065

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

Shades of Dark Purple #822065

Tints of Dark Purple #822065

Color information

#822065 (or 0x822065) is unknown color: approx Dark Purple. HEX triplet: 82, 20 and 65. RGB value is (130,32,101). Sum of RGB (Red+Green+Blue) = 130+32+101=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #822065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822065 is #7DDF9A. Grayscale: #444444. Windows color (decimal): -8249243 or 6627458. OLE color: 6627458.

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

Color convert

RGB13032101-
CMYK00.750.220.49
HSL317.76º60.49%31.76%-
HSV(B)317.76º75.38%50.98%-
XYZ12.076.7212.97-
YUV69.17145.97171.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 32 (12.89% from 255) = 12.17%
BLUE value IS 101 (39.84% from 255) = 38.40%
R=49.43%
G=12.17%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303210100.750.220.49317.7660.4931.76
Hex82206504B163113e3c20
Octal20240145011326614767440
Binary1000001010000011001010100101110110110001100111110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822065; }

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

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

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

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

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

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

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

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