#7D4277

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

Shades of Eminence #7D4277

Tints of Eminence #7D4277

Color information

#7D4277 (or 0x7D4277) is unknown color: approx Eminence. HEX triplet: 7D, 42 and 77. RGB value is (125,66,119). Sum of RGB (Red+Green+Blue) = 125+66+119=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4277 is #82BD88. Grayscale: #595959. Windows color (decimal): -8568201 or 7815805. OLE color: 7815805.

HSL color Cylindrical-coordinate representation of color #7D4277: hue angle of 306.1º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D4277 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB12566119-
CMYK00.470.050.51
HSL306.1º30.89%37.45%-
HSV(B)306.1º47.2%49.02%-
XYZ13.749.5918.58-
YUV89.68144.55153.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.32%
GREEN value IS 66 (26.17% from 255) = 21.29%
BLUE value IS 119 (46.88% from 255) = 38.39%
R=40.32%
G=21.29%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1256611900.470.050.51306.130.8937.45
Hex7D427702F5331321f25
Octal1751021670575634623745
Binary111110110000101110111010111110111001110011001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,66,119); }

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

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

 a { background-color: rgb(125,66,119); }

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

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

 span { border-color: rgb(125,66,119); }

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