#7A3F7D

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

Shades of Eminence #7A3F7D

Tints of Eminence #7A3F7D

Color information

#7A3F7D (or 0x7A3F7D) is unknown color: approx Eminence. HEX triplet: 7A, 3F and 7D. RGB value is (122,63,125). Sum of RGB (Red+Green+Blue) = 122+63+125=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A3F7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3F7D is #85C082. Grayscale: #575757. Windows color (decimal): -8765571 or 8208250. OLE color: 8208250.

HSL color Cylindrical-coordinate representation of color #7A3F7D: hue angle of 297.1º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A3F7D is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12263125-
CMYK0.020.5000.51
HSL297.1º32.98%36.86%-
HSV(B)297.1º49.6%49.02%-
XYZ13.519.1720.46-
YUV87.71149.05152.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.35%
GREEN value IS 63 (25% from 255) = 20.32%
BLUE value IS 125 (49.22% from 255) = 40.32%
R=39.35%
G=20.32%
B=40.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal122631250.020.5000.51297.132.9836.86
Hex7A3F7D2320331292125
Octal172771752620634514145
Binary11110101111111111101101100100110011100101001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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