#76397A

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

Shades of Eminence #76397A

Tints of Eminence #76397A

Color information

#76397A (or 0x76397A) is unknown color: approx Eminence. HEX triplet: 76, 39 and 7A. RGB value is (118,57,122). Sum of RGB (Red+Green+Blue) = 118+57+122=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #76397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76397A is #89C685. Grayscale: #525252. Windows color (decimal): -9029254 or 8010102. OLE color: 8010102.

HSL color Cylindrical-coordinate representation of color #76397A: hue angle of 296.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76397A is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11857122-
CMYK0.030.5300.52
HSL296.31º36.31%35.1%-
HSV(B)296.31º53.28%47.84%-
XYZ12.458.1819.34-
YUV82.65150.21153.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=39.73%
G=19.19%
B=41.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118571220.030.5300.52296.3136.3135.1
Hex76397A3350341282423
Octal166711723650644504443
Binary11101101110011111010111101010110100100101000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,57,122); }

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

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

 a { background-color: rgb(118,57,122); }

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

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

 span { border-color: rgb(118,57,122); }

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