#772481

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

Shades of Eminence #772481

Tints of Eminence #772481

Color information

#772481 (or 0x772481) is unknown color: approx Eminence. HEX triplet: 77, 24 and 81. RGB value is (119,36,129). Sum of RGB (Red+Green+Blue) = 119+36+129=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #772481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772481 is #88DB7E. Grayscale: #474747. Windows color (decimal): -8969087 or 8463479. OLE color: 8463479.

HSL color Cylindrical-coordinate representation of color #772481: hue angle of 293.55º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772481 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11936129-
CMYK0.080.7200.49
HSL293.55º56.36%32.35%-
HSV(B)293.55º72.09%50.59%-
XYZ12.26.7721.43-
YUV71.42160.5161.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 36 (14.45% from 255) = 12.68%
BLUE value IS 129 (50.78% from 255) = 45.42%
R=41.90%
G=12.68%
B=45.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119361290.080.7200.49293.5556.3632.35
Hex7724818480311263820
Octal16744201101100614467040
Binary111011110010010000001100010010000110001100100110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772481; }

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

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

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

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

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

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

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

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