#822375

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

Shades of Dark Purple #822375

Tints of Dark Purple #822375

Color information

#822375 (or 0x822375) is unknown color: approx Dark Purple. HEX triplet: 82, 23 and 75. RGB value is (130,35,117). Sum of RGB (Red+Green+Blue) = 130+35+117=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #822375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822375 is #7DDC8A. Grayscale: #484848. Windows color (decimal): -8248459 or 7676802. OLE color: 7676802.

HSL color Cylindrical-coordinate representation of color #822375: hue angle of 308.21º 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 #822375 is Cyan = 0, Magento = 0.73, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB13035117-
CMYK00.730.10.49
HSL308.21º57.58%32.35%-
HSV(B)308.21º73.08%50.98%-
XYZ13.027.2317.54-
YUV72.75152.97168.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 35 (14.06% from 255) = 12.41%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=46.10%
G=12.41%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303511700.730.10.49308.2157.5832.35
Hex822375049A311343a20
Octal20243165011112614647240
Binary100000101000111110101010010011010110001100110100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822375; }

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

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

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

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

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

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

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

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