#784278

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

Shades of Eminence #784278

Tints of Eminence #784278

Color information

#784278 (or 0x784278) is unknown color: approx Eminence. HEX triplet: 78, 42 and 78. RGB value is (120,66,120). Sum of RGB (Red+Green+Blue) = 120+66+120=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #784278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784278 is #87BD87. Grayscale: #585858. Windows color (decimal): -8895880 or 7881336. OLE color: 7881336.

HSL color Cylindrical-coordinate representation of color #784278: hue angle of 300º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #784278 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB12066120-
CMYK00.4500.53
HSL300º29.03%36.47%-
HSV(B)300º45%47.06%-
XYZ13.089.2518.86-
YUV88.3145.89150.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.22%
GREEN value IS 66 (26.17% from 255) = 21.57%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=39.22%
G=21.57%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1206612000.4500.5330029.0336.47
Hex78427802D03512c1d24
Octal1701021700550654543544
Binary1111000100001011110000101101011010110010110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784278; }

 p { color: rgb(120,66,120); }

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

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

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

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

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

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

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