#754873

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

Shades of Eminence #754873

Tints of Eminence #754873

Color information

#754873 (or 0x754873) is unknown color: approx Eminence. HEX triplet: 75, 48 and 73. RGB value is (117,72,115). Sum of RGB (Red+Green+Blue) = 117+72+115=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #754873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754873 is #8AB78C. Grayscale: #5A5A5A. Windows color (decimal): -9090957 or 7555189. OLE color: 7555189.

HSL color Cylindrical-coordinate representation of color #754873: hue angle of 302.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #754873 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11772115-
CMYK00.380.020.54
HSL302.67º23.81%37.06%-
HSV(B)302.67º38.46%45.88%-
XYZ12.759.6517.41-
YUV90.36141.91147-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=38.49%
G=23.68%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177211500.380.020.54302.6723.8137.06
Hex75487302623612f1825
Octal1651101630462664573045
Binary11101011001000111001101001101011011010010111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754873; }

 p { color: rgb(117,72,115); }

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

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

 a { background-color: rgb(117,72,115); }

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

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

 span { border-color: rgb(117,72,115); }

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