#82147A

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

Shades of Dark Purple #82147A

Tints of Dark Purple #82147A

Color information

#82147A (or 0x82147A) is unknown color: approx Dark Purple. HEX triplet: 82, 14 and 7A. RGB value is (130,20,122). Sum of RGB (Red+Green+Blue) = 130+20+122=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82147A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82147A is #7DEB85. Grayscale: #404040. Windows color (decimal): -8252294 or 8000642. OLE color: 8000642.

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

Color convert

RGB13020122-
CMYK00.850.060.49
HSL304.36º73.33%29.41%-
HSV(B)304.36º84.62%50.98%-
XYZ12.976.6519.01-
YUV64.52160.44174.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 20 (8.20% from 255) = 7.35%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=47.79%
G=7.35%
B=44.85%

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
Decimal1302012200.850.060.49304.3673.3329.41
Hex82147A055631130491d
Octal20224172012566146011135
Binary1000001010100111101001010101110110001100110000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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