#82127D

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

Shades of Dark Purple #82127D

Tints of Dark Purple #82127D

Color information

#82127D (or 0x82127D) is unknown color: approx Dark Purple. HEX triplet: 82, 12 and 7D. RGB value is (130,18,125). Sum of RGB (Red+Green+Blue) = 130+18+125=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82127D is #7DED82. Grayscale: #3F3F3F. Windows color (decimal): -8252803 or 8196738. OLE color: 8196738.

HSL color Cylindrical-coordinate representation of color #82127D: hue angle of 302.68º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82127D is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB13018125-
CMYK00.860.040.49
HSL302.68º75.68%29.02%-
HSV(B)302.68º86.15%50.98%-
XYZ13.126.6620-
YUV63.69162.61175.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 18 (7.42% from 255) = 6.59%
BLUE value IS 125 (49.22% from 255) = 45.79%
R=47.62%
G=6.59%
B=45.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301812500.860.040.49302.6875.6829.02
Hex82127D05643112f4c1d
Octal20222175012646145711435
Binary1000001010010111110101010110100110001100101111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82127D; }

 p { color: rgb(130,18,125); }

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

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

 a { background-color: rgb(130,18,125); }

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

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

 span { border-color: rgb(130,18,125); }

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