#773281

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

Shades of Eminence #773281

Tints of Eminence #773281

Color information

#773281 (or 0x773281) is unknown color: approx Eminence. HEX triplet: 77, 32 and 81. RGB value is (119,50,129). Sum of RGB (Red+Green+Blue) = 119+50+129=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #773281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773281 is #88CD7E. Grayscale: #4F4F4F. Windows color (decimal): -8965503 or 8467063. OLE color: 8467063.

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

Color convert

RGB11950129-
CMYK0.080.6100.49
HSL292.41º44.13%35.1%-
HSV(B)292.41º61.24%50.59%-
XYZ12.717.7921.6-
YUV79.64155.86156.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 50 (19.92% from 255) = 16.78%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=39.93%
G=16.78%
B=43.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119501290.080.6100.49292.4144.1335.1
Hex77328183D0311242c23
Octal1676220110750614445443
Binary11101111100101000000110001111010110001100100100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773281; }

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

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

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

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

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

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

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

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