#77297B

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

Shades of Eminence #77297B

Tints of Eminence #77297B

Color information

#77297B (or 0x77297B) is unknown color: approx Eminence. HEX triplet: 77, 29 and 7B. RGB value is (119,41,123). Sum of RGB (Red+Green+Blue) = 119+41+123=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #77297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77297B is #88D684. Grayscale: #494949. Windows color (decimal): -8967813 or 8071543. OLE color: 8071543.

HSL color Cylindrical-coordinate representation of color #77297B: hue angle of 297.07º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77297B is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11941123-
CMYK0.030.6700.52
HSL297.07º50%32.16%-
HSV(B)297.07º66.67%48.24%-
XYZ11.986.9419.45-
YUV73.67155.84160.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 41 (16.41% from 255) = 14.49%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=42.05%
G=14.49%
B=43.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119411230.030.6700.52297.075032.16
Hex77297B3430341293220
Octal1675117331030644516240
Binary111011110100111110111110000110110100100101001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77297B; }

 p { color: rgb(119,41,123); }

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

<style>
 a { background-color: #77297B; }

 a { background-color: rgb(119,41,123); }

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

<style>
 span { border-color: #77297B; }

 span { border-color: rgb(119,41,123); }

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