#77257D

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

Shades of Eminence #77257D

Tints of Eminence #77257D

Color information

#77257D (or 0x77257D) is unknown color: approx Eminence. HEX triplet: 77, 25 and 7D. RGB value is (119,37,125). Sum of RGB (Red+Green+Blue) = 119+37+125=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #77257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77257D is #88DA82. Grayscale: #474747. Windows color (decimal): -8968835 or 8201591. OLE color: 8201591.

HSL color Cylindrical-coordinate representation of color #77257D: hue angle of 295.91º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77257D is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11937125-
CMYK0.050.7000.51
HSL295.91º54.32%31.76%-
HSV(B)295.91º70.4%49.02%-
XYZ11.976.7320.07-
YUV71.55158.17161.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 37 (14.84% from 255) = 13.17%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=42.35%
G=13.17%
B=44.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119371250.050.7000.51295.9154.3231.76
Hex77257D5460331283620
Octal1674517551060634506640
Binary1110111100101111110110110001100110011100101000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77257D; }

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

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

<style>
 a { background-color: #77257D; }

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

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

<style>
 span { border-color: #77257D; }

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

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