#774280

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

Shades of Eminence #774280

Tints of Eminence #774280

Color information

#774280 (or 0x774280) is unknown color: approx Eminence. HEX triplet: 77, 42 and 80. RGB value is (119,66,128). Sum of RGB (Red+Green+Blue) = 119+66+128=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #774280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774280 is #88BD7F. Grayscale: #585858. Windows color (decimal): -8961408 or 8405623. OLE color: 8405623.

HSL color Cylindrical-coordinate representation of color #774280: hue angle of 291.29º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #774280 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11966128-
CMYK0.070.4800.50
HSL291.29º31.96%38.04%-
HSV(B)291.29º48.44%50.2%-
XYZ13.459.3821.52-
YUV88.92150.06149.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.02%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 128 (50.39% from 255) = 40.89%
R=38.02%
G=21.09%
B=40.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119661280.070.4800.50291.2931.9638.04
Hex7742807300321232026
Octal1671022007600624434046
Binary11101111000010100000001111100000110010100100011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774280; }

 p { color: rgb(119,66,128); }

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

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

 a { background-color: rgb(119,66,128); }

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

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

 span { border-color: rgb(119,66,128); }

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