#82137A

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

Shades of Dark Purple #82137A

Tints of Dark Purple #82137A

Color information

#82137A (or 0x82137A) is unknown color: approx Dark Purple. HEX triplet: 82, 13 and 7A. RGB value is (130,19,122). Sum of RGB (Red+Green+Blue) = 130+19+122=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82137A is #7DEC85. Grayscale: #3F3F3F. Windows color (decimal): -8252550 or 8000386. OLE color: 8000386.

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

Color convert

RGB13019122-
CMYK00.850.060.49
HSL304.32º74.5%29.22%-
HSV(B)304.32º85.38%50.98%-
XYZ12.956.6219.01-
YUV63.93160.77175.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 19 (7.81% from 255) = 7.01%
BLUE value IS 122 (48.05% from 255) = 45.02%
R=47.97%
G=7.01%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301912200.850.060.49304.3274.529.22
Hex82137A0556311304a1d
Octal20223172012566146011235
Binary1000001010011111101001010101110110001100110000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82137A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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