#77307F

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

Shades of Eminence #77307F

Tints of Eminence #77307F

Color information

#77307F (or 0x77307F) is unknown color: approx Eminence. HEX triplet: 77, 30 and 7F. RGB value is (119,48,127). Sum of RGB (Red+Green+Blue) = 119+48+127=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #77307F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77307F is #88CF80. Grayscale: #4D4D4D. Windows color (decimal): -8966017 or 8335479. OLE color: 8335479.

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

Color convert

RGB11948127-
CMYK0.060.6200.50
HSL293.92º45.14%34.31%-
HSV(B)293.92º62.2%49.8%-
XYZ12.57.5720.88-
YUV78.23155.52157.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 48 (19.14% from 255) = 16.33%
BLUE value IS 127 (50% from 255) = 43.20%
R=40.48%
G=16.33%
B=43.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119481270.060.6200.50293.9245.1434.31
Hex77307F63E0321262d22
Octal167601776760624465542
Binary111011111000011111111101111100110010100100110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77307F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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