#81357E

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

Shades of Eminence #81357E

Tints of Eminence #81357E

Color information

#81357E (or 0x81357E) is unknown color: approx Eminence. HEX triplet: 81, 35 and 7E. RGB value is (129,53,126). Sum of RGB (Red+Green+Blue) = 129+53+126=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #81357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81357E is #7ECA81. Grayscale: #535353. Windows color (decimal): -8309378 or 8271233. OLE color: 8271233.

HSL color Cylindrical-coordinate representation of color #81357E: hue angle of 302.37º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81357E is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB12953126-
CMYK00.590.020.49
HSL302.37º41.76%35.69%-
HSV(B)302.37º58.91%50.59%-
XYZ14.098.7220.68-
YUV84.05151.68160.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 126 (49.61% from 255) = 40.91%
R=41.88%
G=17.21%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295312600.590.020.49302.3741.7635.69
Hex81357E03B23112e2a24
Octal201651760732614565244
Binary100000011101011111110011101110110001100101110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81357E; }

 p { color: rgb(129,53,126); }

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

<style>
 a { background-color: #81357E; }

 a { background-color: rgb(129,53,126); }

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

<style>
 span { border-color: #81357E; }

 span { border-color: rgb(129,53,126); }

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