#82337A

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

Shades of Dark Purple #82337A

Tints of Dark Purple #82337A

Color information

#82337A (or 0x82337A) is unknown color: approx Dark Purple. HEX triplet: 82, 33 and 7A. RGB value is (130,51,122). Sum of RGB (Red+Green+Blue) = 130+51+122=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #82337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82337A is #7DCC85. Grayscale: #525252. Windows color (decimal): -8244358 or 8008578. OLE color: 8008578.

HSL color Cylindrical-coordinate representation of color #82337A: hue angle of 306.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82337A is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB13051122-
CMYK00.610.060.49
HSL306.08º43.65%35.49%-
HSV(B)306.08º60.77%50.98%-
XYZ13.98.5219.32-
YUV82.71150.17161.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 51 (20.31% from 255) = 16.83%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=42.90%
G=16.83%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305112200.610.060.49306.0843.6535.49
Hex82337A03D6311322c23
Octal202631720756614625443
Binary1000001011001111110100111101110110001100110010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82337A; }

 p { color: rgb(130,51,122); }

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

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

 a { background-color: rgb(130,51,122); }

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

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

 span { border-color: rgb(130,51,122); }

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