#82056D

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

Shades of Purple #82056D

Tints of Purple #82056D

Color information

#82056D (or 0x82056D) is unknown color: approx Purple. HEX triplet: 82, 05 and 6D. RGB value is (130,5,109). Sum of RGB (Red+Green+Blue) = 130+5+109=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82056D is #7DFA92. Grayscale: #353535. Windows color (decimal): -8256147 or 7144834. OLE color: 7144834.

HSL color Cylindrical-coordinate representation of color #82056D: hue angle of 310.08º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82056D is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB1305109-
CMYK00.960.160.49
HSL310.08º92.59%26.47%-
HSV(B)310.08º96.15%50.98%-
XYZ12.025.9614.98-
YUV54.23158.91182.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 5 (2.34% from 255) = 2.05%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=53.28%
G=2.05%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130510900.960.160.49310.0892.5926.47
Hex8256D06010311365d1a
Octal20251550140206146613532
Binary1000001010111011010110000010000110001100110110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82056D; }

 p { color: rgb(130,5,109); }

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

<style>
 a { background-color: #82056D; }

 a { background-color: rgb(130,5,109); }

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

<style>
 span { border-color: #82056D; }

 span { border-color: rgb(130,5,109); }

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