#7A387D

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

Shades of Eminence #7A387D

Tints of Eminence #7A387D

Color information

#7A387D (or 0x7A387D) is unknown color: approx Eminence. HEX triplet: 7A, 38 and 7D. RGB value is (122,56,125). Sum of RGB (Red+Green+Blue) = 122+56+125=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A387D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A387D is #85C782. Grayscale: #535353. Windows color (decimal): -8767363 or 8206458. OLE color: 8206458.

HSL color Cylindrical-coordinate representation of color #7A387D: hue angle of 297.39º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A387D is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12256125-
CMYK0.020.5500.51
HSL297.39º38.12%35.49%-
HSV(B)297.39º55.2%49.02%-
XYZ13.148.4520.34-
YUV83.6151.37155.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.26%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 125 (49.22% from 255) = 41.25%
R=40.26%
G=18.48%
B=41.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122561250.020.5500.51297.3938.1235.49
Hex7A387D2370331292623
Octal172701752670634514643
Binary11110101110001111101101101110110011100101001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,56,125); }

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

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

 a { background-color: rgb(122,56,125); }

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

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

 span { border-color: rgb(122,56,125); }

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