#784480

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

Shades of Eminence #784480

Tints of Eminence #784480

Color information

#784480 (or 0x784480) is unknown color: approx Eminence. HEX triplet: 78, 44 and 80. RGB value is (120,68,128). Sum of RGB (Red+Green+Blue) = 120+68+128=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 128 - color contains mainly: blue. Hex color #784480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784480 is #87BB7F. Grayscale: #5A5A5A. Windows color (decimal): -8895360 or 8406136. OLE color: 8406136.

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

Color convert

RGB12068128-
CMYK0.060.4700.50
HSL292º30.61%38.43%-
HSV(B)292º46.88%50.2%-
XYZ13.719.6921.57-
YUV90.39149.23149.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 128 (50.39% from 255) = 40.51%
R=37.97%
G=21.52%
B=40.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120681280.060.4700.5029230.6138.43
Hex78448062F0321241f26
Octal1701042006570624443746
Binary1111000100010010000000110101111011001010010010011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784480; }

 p { color: rgb(120,68,128); }

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

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

 a { background-color: rgb(120,68,128); }

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

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

 span { border-color: rgb(120,68,128); }

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