#822B74

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

Shades of Dark Purple #822B74

Tints of Dark Purple #822B74

Color information

#822B74 (or 0x822B74) is unknown color: approx Dark Purple. HEX triplet: 82, 2B and 74. RGB value is (130,43,116). Sum of RGB (Red+Green+Blue) = 130+43+116=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #822B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822B74 is #7DD48B. Grayscale: #4D4D4D. Windows color (decimal): -8246412 or 7613314. OLE color: 7613314.

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

Color convert

RGB13043116-
CMYK00.670.110.49
HSL309.66º50.29%33.92%-
HSV(B)309.66º66.92%50.98%-
XYZ13.227.7317.32-
YUV77.33149.82165.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.98%
GREEN value IS 43 (17.19% from 255) = 14.88%
BLUE value IS 116 (45.70% from 255) = 40.14%
R=44.98%
G=14.88%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304311600.670.110.49309.6650.2933.92
Hex822B74043B311363222
Octal20253164010313614666242
Binary100000101010111110100010000111011110001100110110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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