#754179

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

Shades of Eminence #754179

Tints of Eminence #754179

Color information

#754179 (or 0x754179) is unknown color: approx Eminence. HEX triplet: 75, 41 and 79. RGB value is (117,65,121). Sum of RGB (Red+Green+Blue) = 117+65+121=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #754179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754179 is #8ABE86. Grayscale: #565656. Windows color (decimal): -9092743 or 7946613. OLE color: 7946613.

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

Color convert

RGB11765121-
CMYK0.030.4600.53
HSL295.71º30.11%36.47%-
HSV(B)295.71º46.28%47.45%-
XYZ12.688.9419.15-
YUV86.93147.23149.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=38.61%
G=21.45%
B=39.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117651210.030.4600.53295.7130.1136.47
Hex75417932E0351281e24
Octal1651011713560654503644
Binary11101011000001111100111101110011010110010100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754179; }

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

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

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

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

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

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

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

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