#82147C

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

Shades of Dark Purple #82147C

Tints of Dark Purple #82147C

Color information

#82147C (or 0x82147C) is unknown color: approx Dark Purple. HEX triplet: 82, 14 and 7C. RGB value is (130,20,124). Sum of RGB (Red+Green+Blue) = 130+20+124=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82147C is #7DEB83. Grayscale: #404040. Windows color (decimal): -8252292 or 8131714. OLE color: 8131714.

HSL color Cylindrical-coordinate representation of color #82147C: hue angle of 303.27º degrees, saturation: 0.73, 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 #82147C is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13020124-
CMYK00.850.050.49
HSL303.27º73.33%29.41%-
HSV(B)303.27º84.62%50.98%-
XYZ13.096.719.67-
YUV64.75161.44174.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 20 (8.20% from 255) = 7.30%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=47.45%
G=7.30%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302012400.850.050.49303.2773.3329.41
Hex82147C05553112f491d
Octal20224174012556145711135
Binary1000001010100111110001010101101110001100101111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82147C; }

 p { color: rgb(130,20,124); }

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

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

 a { background-color: rgb(130,20,124); }

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

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

 span { border-color: rgb(130,20,124); }

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