#7a3a77

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

Shades of Eminence #7A3A77

Tints of Eminence #7A3A77

Color information

#7A3A77 (or 0x7A3A77) is unknown color: approx Eminence. HEX triplet: 7A, 3A and 77. RGB value is (122,58,119). Sum of RGB (Red+Green+Blue) = 122+58+119=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3A77 is #85C588. Grayscale: #535353. Windows color (decimal): -8766857 or 7813754. OLE color: 7813754.

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

Color convert

RGB12258119-
CMYK00.520.020.52
HSL302.81º35.56%35.29%-
HSV(B)302.81º52.46%47.84%-
XYZ12.878.518.41-
YUV84.09147.7155.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.80%
GREEN value IS 58 (23.05% from 255) = 19.40%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=40.80%
G=19.40%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225811900.520.020.52302.8135.5635.29
Hex7A3A7703423412f2423
Octal172721670642644574443
Binary11110101110101110111011010010110100100101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a3a77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,58,119); }

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

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

 a { background-color: rgb(122,58,119); }

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

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

 span { border-color: rgb(122,58,119); }

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