#82037B

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

Shades of Purple #82037B

Tints of Purple #82037B

Color information

#82037B (or 0x82037B) is unknown color: approx Purple. HEX triplet: 82, 03 and 7B. RGB value is (130,3,123). Sum of RGB (Red+Green+Blue) = 130+3+123=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82037B is #7DFC84. Grayscale: #363636. Windows color (decimal): -8256645 or 8061826. OLE color: 8061826.

HSL color Cylindrical-coordinate representation of color #82037B: hue angle of 303.31º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82037B is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB1303123-
CMYK00.980.050.49
HSL303.31º95.49%26.08%-
HSV(B)303.31º97.69%50.98%-
XYZ12.816.2419.27-
YUV54.65166.58181.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=50.78%
G=1.17%
B=48.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130312300.980.050.49303.3195.4926.08
Hex8237B06253112f5f1a
Octal2023173014256145713732
Binary1000001011111101101100010101110001100101111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82037B; }

 p { color: rgb(130,3,123); }

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

<style>
 a { background-color: #82037B; }

 a { background-color: rgb(130,3,123); }

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

<style>
 span { border-color: #82037B; }

 span { border-color: rgb(130,3,123); }

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