#753774

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

Shades of Eminence #753774

Tints of Eminence #753774

Color information

#753774 (or 0x753774) is unknown color: approx Eminence. HEX triplet: 75, 37 and 74. RGB value is (117,55,116). Sum of RGB (Red+Green+Blue) = 117+55+116=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #753774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753774 is #8AC88B. Grayscale: #505050. Windows color (decimal): -9095308 or 7616373. OLE color: 7616373.

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

Color convert

RGB11755116-
CMYK00.530.010.54
HSL300.97º36.05%33.73%-
HSV(B)300.97º52.99%45.88%-
XYZ11.857.7817.4-
YUV80.49148.04154.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 55 (21.88% from 255) = 19.10%
BLUE value IS 116 (45.70% from 255) = 40.28%
R=40.62%
G=19.10%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175511600.530.010.54300.9736.0533.73
Hex75377403513612d2422
Octal165671640651664554442
Binary1110101110111111010001101011110110100101101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753774; }

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

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

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

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

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

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

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

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