#82056C

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

Shades of Purple #82056C

Tints of Purple #82056C

Color information

#82056C (or 0x82056C) is unknown color: approx Purple. HEX triplet: 82, 05 and 6C. RGB value is (130,5,108). Sum of RGB (Red+Green+Blue) = 130+5+108=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82056C is #7DFA93. Grayscale: #353535. Windows color (decimal): -8256148 or 7079298. OLE color: 7079298.

HSL color Cylindrical-coordinate representation of color #82056C: hue angle of 310.56º 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 #82056C is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB1305108-
CMYK00.960.170.49
HSL310.56º92.59%26.47%-
HSV(B)310.56º96.15%50.98%-
XYZ11.975.9414.7-
YUV54.12158.41182.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.50%
GREEN value IS 5 (2.34% from 255) = 2.06%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=53.50%
G=2.06%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130510800.960.170.49310.5692.5926.47
Hex8256C06011311375d1a
Octal20251540140216146713532
Binary1000001010111011000110000010001110001100110111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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