#81407C

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

Shades of Eminence #81407C

Tints of Eminence #81407C

Color information

#81407C (or 0x81407C) is unknown color: approx Eminence. HEX triplet: 81, 40 and 7C. RGB value is (129,64,124). Sum of RGB (Red+Green+Blue) = 129+64+124=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #81407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81407C is #7EBF83. Grayscale: #5A5A5A. Windows color (decimal): -8306564 or 8142977. OLE color: 8142977.

HSL color Cylindrical-coordinate representation of color #81407C: hue angle of 304.62º degrees, saturation: 0.34, 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 #81407C is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB12964124-
CMYK00.500.040.49
HSL304.62º33.68%37.84%-
HSV(B)304.62º50.39%50.59%-
XYZ14.529.7920.19-
YUV90.28147.03155.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=40.69%
G=20.19%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296412400.500.040.49304.6233.6837.84
Hex81407C0324311312226
Octal2011001740624614614246
Binary10000001100000011111000110010100110001100110001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81407C; }

 p { color: rgb(129,64,124); }

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

<style>
 a { background-color: #81407C; }

 a { background-color: rgb(129,64,124); }

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

<style>
 span { border-color: #81407C; }

 span { border-color: rgb(129,64,124); }

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