#82417A

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

Shades of Eminence #82417A

Tints of Eminence #82417A

Color information

#82417A (or 0x82417A) is unknown color: approx Eminence. HEX triplet: 82, 41 and 7A. RGB value is (130,65,122). Sum of RGB (Red+Green+Blue) = 130+65+122=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #82417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82417A is #7DBE85. Grayscale: #5A5A5A. Windows color (decimal): -8240774 or 8012162. OLE color: 8012162.

HSL color Cylindrical-coordinate representation of color #82417A: hue angle of 307.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82417A is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB13065122-
CMYK00.500.060.49
HSL307.38º33.33%38.24%-
HSV(B)307.38º50%50.98%-
XYZ14.619.9319.56-
YUV90.93145.53155.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=41.01%
G=20.50%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306512200.500.060.49307.3833.3338.24
Hex82417A0326311332126
Octal2021011720626614634146
Binary10000010100000111110100110010110110001100110011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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