#754670

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

Shades of Eminence #754670

Tints of Eminence #754670

Color information

#754670 (or 0x754670) is unknown color: approx Eminence. HEX triplet: 75, 46 and 70. RGB value is (117,70,112). Sum of RGB (Red+Green+Blue) = 117+70+112=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #754670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754670 is #8AB98F. Grayscale: #585858. Windows color (decimal): -9091472 or 7358069. OLE color: 7358069.

HSL color Cylindrical-coordinate representation of color #754670: hue angle of 306.38º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #754670 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11770112-
CMYK00.400.040.54
HSL306.38º25.13%36.67%-
HSV(B)306.38º40.17%45.88%-
XYZ12.459.3316.47-
YUV88.84141.07148.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=39.13%
G=23.41%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177011200.400.040.54306.3825.1336.67
Hex7546700284361321925
Octal1651061600504664623145
Binary111010110001101110000010100010011011010011001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754670; }

 p { color: rgb(117,70,112); }

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

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

 a { background-color: rgb(117,70,112); }

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

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

 span { border-color: rgb(117,70,112); }

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