#82107A

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

Shades of Dark Purple #82107A

Tints of Dark Purple #82107A

Color information

#82107A (or 0x82107A) is unknown color: approx Dark Purple. HEX triplet: 82, 10 and 7A. RGB value is (130,16,122). Sum of RGB (Red+Green+Blue) = 130+16+122=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #82107A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82107A is #7DEF85. Grayscale: #3D3D3D. Windows color (decimal): -8253318 or 7999618. OLE color: 7999618.

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

Color convert

RGB13016122-
CMYK00.880.060.49
HSL304.21º78.08%28.63%-
HSV(B)304.21º87.69%50.98%-
XYZ12.96.5218.99-
YUV62.17161.77176.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 16 (6.64% from 255) = 5.97%
BLUE value IS 122 (48.05% from 255) = 45.52%
R=48.51%
G=5.97%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301612200.880.060.49304.2178.0828.63
Hex82107A0586311304e1d
Octal20220172013066146011635
Binary1000001010000111101001011000110110001100110000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82107A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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