#77247D

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

Shades of Eminence #77247D

Tints of Eminence #77247D

Color information

#77247D (or 0x77247D) is unknown color: approx Eminence. HEX triplet: 77, 24 and 7D. RGB value is (119,36,125). Sum of RGB (Red+Green+Blue) = 119+36+125=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #77247D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77247D is #88DB82. Grayscale: #464646. Windows color (decimal): -8969091 or 8201335. OLE color: 8201335.

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

Color convert

RGB11936125-
CMYK0.050.7100.51
HSL295.96º55.28%31.57%-
HSV(B)295.96º71.2%49.02%-
XYZ11.946.6620.06-
YUV70.96158.5162.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 36 (14.45% from 255) = 12.86%
BLUE value IS 125 (49.22% from 255) = 44.64%
R=42.5%
G=12.86%
B=44.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119361250.050.7100.51295.9655.2831.57
Hex77247D5470331283720
Octal1674417551070634506740
Binary1110111100100111110110110001110110011100101000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77247D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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