#754170

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

Shades of Eminence #754170

Tints of Eminence #754170

Color information

#754170 (or 0x754170) is unknown color: approx Eminence. HEX triplet: 75, 41 and 70. RGB value is (117,65,112). Sum of RGB (Red+Green+Blue) = 117+65+112=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #754170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754170 is #8ABE8F. Grayscale: #555555. Windows color (decimal): -9092752 or 7356789. OLE color: 7356789.

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

Color convert

RGB11765112-
CMYK00.440.040.54
HSL305.77º28.57%35.69%-
HSV(B)305.77º44.44%45.88%-
XYZ12.158.7316.37-
YUV85.91142.73150.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 65 (25.78% from 255) = 22.11%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=39.80%
G=22.11%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176511200.440.040.54305.7728.5735.69
Hex75417002C4361321d24
Octal1651011600544664623544
Binary111010110000011110000010110010011011010011001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754170; }

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

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

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

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

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

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

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

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