#754076

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

Shades of Eminence #754076

Tints of Eminence #754076

Color information

#754076 (or 0x754076) is unknown color: approx Eminence. HEX triplet: 75, 40 and 76. RGB value is (117,64,118). Sum of RGB (Red+Green+Blue) = 117+64+118=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #754076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754076 is #8ABF89. Grayscale: #555555. Windows color (decimal): -9093002 or 7749749. OLE color: 7749749.

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

Color convert

RGB11764118-
CMYK0.010.4600.54
HSL298.89º29.67%35.69%-
HSV(B)298.89º45.76%46.27%-
XYZ12.448.7618.17-
YUV86146.06150.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 64 (25.39% from 255) = 21.40%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=39.13%
G=21.40%
B=39.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117641180.010.4600.54298.8929.6735.69
Hex75407612E03612b1e24
Octal1651001661560664533644
Binary1110101100000011101101101110011011010010101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754076; }

 p { color: rgb(117,64,118); }

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

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

 a { background-color: rgb(117,64,118); }

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

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

 span { border-color: rgb(117,64,118); }

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