#82046B

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

Shades of Purple #82046B

Tints of Purple #82046B

Color information

#82046B (or 0x82046B) is unknown color: approx Purple. HEX triplet: 82, 04 and 6B. RGB value is (130,4,107). Sum of RGB (Red+Green+Blue) = 130+4+107=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82046B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82046B is #7DFB94. Grayscale: #353535. Windows color (decimal): -8256405 or 7013506. OLE color: 7013506.

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

Color convert

RGB1304107-
CMYK00.970.180.49
HSL310.95º94.03%26.27%-
HSV(B)310.95º96.92%50.98%-
XYZ11.95.8914.42-
YUV53.42158.24182.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 4 (1.95% from 255) = 1.66%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=53.94%
G=1.66%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130410700.970.180.49310.9594.0326.27
Hex8246B06112311375e1a
Octal20241530141226146713632
Binary1000001010011010110110000110010110001100110111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,4,107); }

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

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

 a { background-color: rgb(130,4,107); }

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

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

 span { border-color: rgb(130,4,107); }

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