#82407F

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

Shades of Eminence #82407F

Tints of Eminence #82407F

Color information

#82407F (or 0x82407F) is unknown color: approx Eminence. HEX triplet: 82, 40 and 7F. RGB value is (130,64,127). Sum of RGB (Red+Green+Blue) = 130+64+127=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #82407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82407F is #7DBF80. Grayscale: #5A5A5A. Windows color (decimal): -8241025 or 8339586. OLE color: 8339586.

HSL color Cylindrical-coordinate representation of color #82407F: hue angle of 302.73º 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 #82407F is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13064127-
CMYK00.510.020.49
HSL302.73º34.02%38.04%-
HSV(B)302.73º50.77%50.98%-
XYZ14.879.9421.21-
YUV90.92148.37155.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 127 (50% from 255) = 39.56%
R=40.50%
G=19.94%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306412700.510.020.49302.7334.0238.04
Hex82407F03323112f2226
Octal2021001770632614574246
Binary1000001010000001111111011001110110001100101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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