#81377D

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

Shades of Eminence #81377D

Tints of Eminence #81377D

Color information

#81377D (or 0x81377D) is unknown color: approx Eminence. HEX triplet: 81, 37 and 7D. RGB value is (129,55,125). Sum of RGB (Red+Green+Blue) = 129+55+125=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #81377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81377D is #7EC882. Grayscale: #545454. Windows color (decimal): -8308867 or 8206209. OLE color: 8206209.

HSL color Cylindrical-coordinate representation of color #81377D: hue angle of 303.24º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81377D is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB12955125-
CMYK00.570.030.49
HSL303.24º40.22%36.08%-
HSV(B)303.24º57.36%50.59%-
XYZ14.128.8820.37-
YUV85.11150.52159.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.75%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=41.75%
G=17.80%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295512500.570.030.49303.2440.2236.08
Hex81377D03933112f2824
Octal201671750713614575044
Binary100000011101111111101011100111110001100101111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,55,125); }

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

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

 a { background-color: rgb(129,55,125); }

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

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

 span { border-color: rgb(129,55,125); }

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