#754172

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

Shades of Eminence #754172

Tints of Eminence #754172

Color information

#754172 (or 0x754172) is unknown color: approx Eminence. HEX triplet: 75, 41 and 72. RGB value is (117,65,114). Sum of RGB (Red+Green+Blue) = 117+65+114=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #754172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754172 is #8ABE8D. Grayscale: #555555. Windows color (decimal): -9092750 or 7487861. OLE color: 7487861.

HSL color Cylindrical-coordinate representation of color #754172: hue angle of 303.46º 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 #754172 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11765114-
CMYK00.440.030.54
HSL303.46º28.57%35.69%-
HSV(B)303.46º44.44%45.88%-
XYZ12.268.7816.97-
YUV86.13143.73150.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 65 (25.78% from 255) = 21.96%
BLUE value IS 114 (44.92% from 255) = 38.51%
R=39.53%
G=21.96%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176511400.440.030.54303.4628.5735.69
Hex75417202C33612f1d24
Octal1651011620543664573544
Binary11101011000001111001001011001111011010010111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754172; }

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

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

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

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

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

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

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

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