#7A407B

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

Shades of Eminence #7A407B

Tints of Eminence #7A407B

Color information

#7A407B (or 0x7A407B) is unknown color: approx Eminence. HEX triplet: 7A, 40 and 7B. RGB value is (122,64,123). Sum of RGB (Red+Green+Blue) = 122+64+123=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A407B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A407B is #85BF84. Grayscale: #575757. Windows color (decimal): -8765317 or 8077434. OLE color: 8077434.

HSL color Cylindrical-coordinate representation of color #7A407B: hue angle of 298.98º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A407B is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12264123-
CMYK0.010.4800.52
HSL298.98º31.55%36.67%-
HSV(B)298.98º47.97%48.24%-
XYZ13.439.2319.81-
YUV88.07147.72152.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.48%
GREEN value IS 64 (25.39% from 255) = 20.71%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=39.48%
G=20.71%
B=39.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122641230.010.4800.52298.9831.5536.67
Hex7A407B13003412b2025
Octal1721001731600644534045
Binary11110101000000111101111100000110100100101011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,64,123); }

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

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

 a { background-color: rgb(122,64,123); }

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

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

 span { border-color: rgb(122,64,123); }

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