#753074

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

Shades of Eminence #753074

Tints of Eminence #753074

Color information

#753074 (or 0x753074) is unknown color: approx Eminence. HEX triplet: 75, 30 and 74. RGB value is (117,48,116). Sum of RGB (Red+Green+Blue) = 117+48+116=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #753074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753074 is #8ACF8B. Grayscale: #4C4C4C. Windows color (decimal): -9097100 or 7614581. OLE color: 7614581.

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

Color convert

RGB11748116-
CMYK00.590.010.54
HSL300.87º41.82%32.35%-
HSV(B)300.87º58.97%45.88%-
XYZ11.557.1617.3-
YUV76.38150.36156.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 116 (45.70% from 255) = 41.28%
R=41.64%
G=17.08%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174811600.590.010.54300.8741.8232.35
Hex75307403B13612d2a20
Octal165601640731664555240
Binary1110101110000111010001110111110110100101101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753074; }

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

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

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

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

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

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

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

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