#78417B

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

Shades of Eminence #78417B

Tints of Eminence #78417B

Color information

#78417B (or 0x78417B) is unknown color: approx Eminence. HEX triplet: 78, 41 and 7B. RGB value is (120,65,123). Sum of RGB (Red+Green+Blue) = 120+65+123=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #78417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78417B is #87BE84. Grayscale: #575757. Windows color (decimal): -8896133 or 8077688. OLE color: 8077688.

HSL color Cylindrical-coordinate representation of color #78417B: hue angle of 296.9º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78417B is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12065123-
CMYK0.020.4700.52
HSL296.9º30.85%36.86%-
HSV(B)296.9º47.15%48.24%-
XYZ13.219.219.82-
YUV88.06147.72150.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 65 (25.78% from 255) = 21.10%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=38.96%
G=21.10%
B=39.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120651230.020.4700.52296.930.8536.86
Hex78417B22F0341291f25
Octal1701011732570644513745
Binary11110001000001111101110101111011010010010100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78417B; }

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

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

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

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

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

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

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

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