#753778

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

Shades of Eminence #753778

Tints of Eminence #753778

Color information

#753778 (or 0x753778) is unknown color: approx Eminence. HEX triplet: 75, 37 and 78. RGB value is (117,55,120). Sum of RGB (Red+Green+Blue) = 117+55+120=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #753778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753778 is #8AC887. Grayscale: #505050. Windows color (decimal): -9095304 or 7878517. OLE color: 7878517.

HSL color Cylindrical-coordinate representation of color #753778: hue angle of 297.23º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #753778 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11755120-
CMYK0.020.5400.53
HSL297.23º37.14%34.31%-
HSV(B)297.23º54.17%47.06%-
XYZ12.097.8718.65-
YUV80.95150.04153.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 55 (21.88% from 255) = 18.84%
BLUE value IS 120 (47.27% from 255) = 41.10%
R=40.07%
G=18.84%
B=41.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117551200.020.5400.53297.2337.1434.31
Hex7537782360351292522
Octal165671702660654514542
Binary11101011101111111000101101100110101100101001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753778; }

 p { color: rgb(117,55,120); }

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

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

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

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

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

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

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