#82066E

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

Shades of Purple #82066E

Tints of Purple #82066E

Color information

#82066E (or 0x82066E) is unknown color: approx Purple. HEX triplet: 82, 06 and 6E. RGB value is (130,6,110). Sum of RGB (Red+Green+Blue) = 130+6+110=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82066E is #7DF991. Grayscale: #363636. Windows color (decimal): -8255890 or 7210626. OLE color: 7210626.

HSL color Cylindrical-coordinate representation of color #82066E: hue angle of 309.68º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82066E is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB1306110-
CMYK00.950.150.49
HSL309.68º91.18%26.67%-
HSV(B)309.68º95.38%50.98%-
XYZ12.09615.27-
YUV54.93159.08181.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 6 (2.73% from 255) = 2.44%
BLUE value IS 110 (43.36% from 255) = 44.72%
R=52.85%
G=2.44%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130611000.950.150.49309.6891.1826.67
Hex8266E05FF311365b1b
Octal20261560137176146613333
Binary100000101101101110010111111111110001100110110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82066E; }

 p { color: rgb(130,6,110); }

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

<style>
 a { background-color: #82066E; }

 a { background-color: rgb(130,6,110); }

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

<style>
 span { border-color: #82066E; }

 span { border-color: rgb(130,6,110); }

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