#82407A

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

Shades of Eminence #82407A

Tints of Eminence #82407A

Color information

#82407A (or 0x82407A) is unknown color: approx Eminence. HEX triplet: 82, 40 and 7A. RGB value is (130,64,122). Sum of RGB (Red+Green+Blue) = 130+64+122=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #82407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82407A is #7DBF85. Grayscale: #5A5A5A. Windows color (decimal): -8241030 or 8011906. OLE color: 8011906.

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

Color convert

RGB13064122-
CMYK00.510.060.49
HSL307.27º34.02%38.04%-
HSV(B)307.27º50.77%50.98%-
XYZ14.559.8219.54-
YUV90.35145.87156.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.14%
GREEN value IS 64 (25.39% from 255) = 20.25%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=41.14%
G=20.25%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306412200.510.060.49307.2734.0238.04
Hex82407A0336311332226
Octal2021001720636614634246
Binary10000010100000011110100110011110110001100110011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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