#77287F

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

Shades of Eminence #77287F

Tints of Eminence #77287F

Color information

#77287F (or 0x77287F) is unknown color: approx Eminence. HEX triplet: 77, 28 and 7F. RGB value is (119,40,127). Sum of RGB (Red+Green+Blue) = 119+40+127=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #77287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77287F is #88D780. Grayscale: #494949. Windows color (decimal): -8968065 or 8333431. OLE color: 8333431.

HSL color Cylindrical-coordinate representation of color #77287F: hue angle of 294.48º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77287F is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11940127-
CMYK0.060.6900.50
HSL294.48º52.1%32.75%-
HSV(B)294.48º68.5%49.8%-
XYZ12.26.9720.78-
YUV73.54158.17160.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 40 (16.02% from 255) = 13.99%
BLUE value IS 127 (50% from 255) = 44.41%
R=41.61%
G=13.99%
B=44.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119401270.060.6900.50294.4852.132.75
Hex77287F6450321263421
Octal1675017761050624466441
Binary1110111101000111111111010001010110010100100110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77287F; }

 p { color: rgb(119,40,127); }

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

<style>
 a { background-color: #77287F; }

 a { background-color: rgb(119,40,127); }

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

<style>
 span { border-color: #77287F; }

 span { border-color: rgb(119,40,127); }

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