#81397C

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

Shades of Eminence #81397C

Tints of Eminence #81397C

Color information

#81397C (or 0x81397C) is unknown color: approx Eminence. HEX triplet: 81, 39 and 7C. RGB value is (129,57,124). Sum of RGB (Red+Green+Blue) = 129+57+124=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #81397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81397C is #7EC683. Grayscale: #555555. Windows color (decimal): -8308356 or 8141185. OLE color: 8141185.

HSL color Cylindrical-coordinate representation of color #81397C: hue angle of 304.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81397C is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB12957124-
CMYK00.560.040.49
HSL304.17º38.71%36.47%-
HSV(B)304.17º55.81%50.59%-
XYZ14.159.0520.07-
YUV86.17149.35158.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.61%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 124 (48.83% from 255) = 40%
R=41.61%
G=18.39%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295712400.560.040.49304.1738.7136.47
Hex81397C0384311302724
Octal201711740704614604744
Binary1000000111100111111000111000100110001100110000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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