#764280

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

Shades of Eminence #764280

Tints of Eminence #764280

Color information

#764280 (or 0x764280) is unknown color: approx Eminence. HEX triplet: 76, 42 and 80. RGB value is (118,66,128). Sum of RGB (Red+Green+Blue) = 118+66+128=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 128 - color contains mainly: blue. Hex color #764280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764280 is #89BD7F. Grayscale: #585858. Windows color (decimal): -9026944 or 8405622. OLE color: 8405622.

HSL color Cylindrical-coordinate representation of color #764280: hue angle of 290.32º 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 #764280 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11866128-
CMYK0.080.4800.50
HSL290.32º31.96%38.04%-
HSV(B)290.32º48.44%50.2%-
XYZ13.329.3121.52-
YUV88.62150.23148.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.82%
GREEN value IS 66 (26.17% from 255) = 21.15%
BLUE value IS 128 (50.39% from 255) = 41.03%
R=37.82%
G=21.15%
B=41.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118661280.080.4800.50290.3231.9638.04
Hex7642808300321222026
Octal16610220010600624424046
Binary111011010000101000000010001100000110010100100010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764280; }

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

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

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

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

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

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

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

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