#7A3E75

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

Shades of Eminence #7A3E75

Tints of Eminence #7A3E75

Color information

#7A3E75 (or 0x7A3E75) is unknown color: approx Eminence. HEX triplet: 7A, 3E and 75. RGB value is (122,62,117). Sum of RGB (Red+Green+Blue) = 122+62+117=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3E75 is #85C18A. Grayscale: #565656. Windows color (decimal): -8765835 or 7683706. OLE color: 7683706.

HSL color Cylindrical-coordinate representation of color #7A3E75: hue angle of 305º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A3E75 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB12262117-
CMYK00.490.040.52
HSL305º32.61%36.08%-
HSV(B)305º49.18%47.84%-
XYZ12.968.8717.86-
YUV86.21145.38153.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.53%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=40.53%
G=20.60%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1226211700.490.040.5230532.6136.08
Hex7A3E750314341312124
Octal172761650614644614144
Binary111101011111011101010110001100110100100110001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A3E75; }

 p { color: rgb(122,62,117); }

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

<style>
 a { background-color: #7A3E75; }

 a { background-color: rgb(122,62,117); }

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

<style>
 span { border-color: #7A3E75; }

 span { border-color: rgb(122,62,117); }

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