#82357F

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

Shades of Dark Purple #82357F

Tints of Dark Purple #82357F

Color information

#82357F (or 0x82357F) is unknown color: approx Dark Purple. HEX triplet: 82, 35 and 7F. RGB value is (130,53,127). Sum of RGB (Red+Green+Blue) = 130+53+127=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82357F is #7DCA80. Grayscale: #545454. Windows color (decimal): -8243841 or 8336770. OLE color: 8336770.

HSL color Cylindrical-coordinate representation of color #82357F: hue angle of 302.34º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82357F is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13053127-
CMYK00.590.020.49
HSL302.34º42.08%35.88%-
HSV(B)302.34º59.23%50.98%-
XYZ14.318.8221.03-
YUV84.46152.01160.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 127 (50% from 255) = 40.97%
R=41.94%
G=17.10%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305312700.590.020.49302.3442.0835.88
Hex82357F03B23112e2a24
Octal202651770732614565244
Binary100000101101011111111011101110110001100101110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82357F; }

 p { color: rgb(130,53,127); }

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

<style>
 a { background-color: #82357F; }

 a { background-color: rgb(130,53,127); }

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

<style>
 span { border-color: #82357F; }

 span { border-color: rgb(130,53,127); }

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