#82367D

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

Shades of Dark Purple #82367D

Tints of Dark Purple #82367D

Color information

#82367D (or 0x82367D) is unknown color: approx Dark Purple. HEX triplet: 82, 36 and 7D. RGB value is (130,54,125). Sum of RGB (Red+Green+Blue) = 130+54+125=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #82367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82367D is #7DC982. Grayscale: #545454. Windows color (decimal): -8243587 or 8205954. OLE color: 8205954.

HSL color Cylindrical-coordinate representation of color #82367D: hue angle of 303.95º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82367D is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB13054125-
CMYK00.580.040.49
HSL303.95º41.3%36.08%-
HSV(B)303.95º58.46%50.98%-
XYZ14.238.8620.36-
YUV84.82150.68160.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=42.07%
G=17.48%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305412500.580.040.49303.9541.336.08
Hex82367D03A4311302924
Octal202661750724614605144
Binary1000001011011011111010111010100110001100110000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82367D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,54,125); }

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

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

 a { background-color: rgb(130,54,125); }

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

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

 span { border-color: rgb(130,54,125); }

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