#784181

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

Shades of Eminence #784181

Tints of Eminence #784181

Color information

#784181 (or 0x784181) is unknown color: approx Eminence. HEX triplet: 78, 41 and 81. RGB value is (120,65,129). Sum of RGB (Red+Green+Blue) = 120+65+129=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #784181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784181 is #87BE7E. Grayscale: #585858. Windows color (decimal): -8896127 or 8470904. OLE color: 8470904.

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

Color convert

RGB12065129-
CMYK0.070.5000.49
HSL291.56º32.99%38.04%-
HSV(B)291.56º49.61%50.59%-
XYZ13.69.3621.86-
YUV88.74150.72150.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 65 (25.78% from 255) = 20.70%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=38.22%
G=20.70%
B=41.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120651290.070.5000.49291.5632.9938.04
Hex7841817320311242126
Octal1701012017620614444146
Binary11110001000001100000011111100100110001100100100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784181; }

 p { color: rgb(120,65,129); }

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

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

 a { background-color: rgb(120,65,129); }

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

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

 span { border-color: rgb(120,65,129); }

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