#754072

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

Shades of Eminence #754072

Tints of Eminence #754072

Color information

#754072 (or 0x754072) is unknown color: approx Eminence. HEX triplet: 75, 40 and 72. RGB value is (117,64,114). Sum of RGB (Red+Green+Blue) = 117+64+114=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #754072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754072 is #8ABF8D. Grayscale: #555555. Windows color (decimal): -9093006 or 7487605. OLE color: 7487605.

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

Color convert

RGB11764114-
CMYK00.450.030.54
HSL303.4º29.28%35.49%-
HSV(B)303.4º45.3%45.88%-
XYZ12.218.6616.95-
YUV85.55144.06150.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=39.66%
G=21.69%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176411400.450.030.54303.429.2835.49
Hex75407202D33612f1d23
Octal1651001620553664573543
Binary11101011000000111001001011011111011010010111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754072; }

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

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

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

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

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

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

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

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