#82187A

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

Shades of Dark Purple #82187A

Tints of Dark Purple #82187A

Color information

#82187A (or 0x82187A) is unknown color: approx Dark Purple. HEX triplet: 82, 18 and 7A. RGB value is (130,24,122). Sum of RGB (Red+Green+Blue) = 130+24+122=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82187A is #7DE785. Grayscale: #424242. Windows color (decimal): -8251270 or 8001666. OLE color: 8001666.

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

Color convert

RGB13024122-
CMYK00.820.060.49
HSL304.53º68.83%30.2%-
HSV(B)304.53º81.54%50.98%-
XYZ13.056.819.04-
YUV66.87159.12173.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 24 (9.77% from 255) = 8.70%
BLUE value IS 122 (48.05% from 255) = 44.20%
R=47.10%
G=8.70%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1302412200.820.060.49304.5368.8330.2
Hex82187A052631131451e
Octal20230172012266146110536
Binary1000001011000111101001010010110110001100110001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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