#82407D

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

Shades of Eminence #82407D

Tints of Eminence #82407D

Color information

#82407D (or 0x82407D) is unknown color: approx Eminence. HEX triplet: 82, 40 and 7D. RGB value is (130,64,125). Sum of RGB (Red+Green+Blue) = 130+64+125=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #82407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82407D is #7DBF82. Grayscale: #5A5A5A. Windows color (decimal): -8241027 or 8208514. OLE color: 8208514.

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

Color convert

RGB13064125-
CMYK00.510.040.49
HSL304.55º34.02%38.04%-
HSV(B)304.55º50.77%50.98%-
XYZ14.749.8920.53-
YUV90.69147.37156.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 125 (49.22% from 255) = 39.18%
R=40.75%
G=20.06%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306412500.510.040.49304.5534.0238.04
Hex82407D0334311312226
Octal2021001750634614614246
Binary10000010100000011111010110011100110001100110001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82407D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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