#753876

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

Shades of Eminence #753876

Tints of Eminence #753876

Color information

#753876 (or 0x753876) is unknown color: approx Eminence. HEX triplet: 75, 38 and 76. RGB value is (117,56,118). Sum of RGB (Red+Green+Blue) = 117+56+118=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #753876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753876 is #8AC789. Grayscale: #515151. Windows color (decimal): -9095050 or 7747701. OLE color: 7747701.

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

Color convert

RGB11756118-
CMYK0.010.5300.54
HSL299.03º35.63%34.12%-
HSV(B)299.03º52.54%46.27%-
XYZ12.027.9218.03-
YUV81.31148.71153.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 56 (22.27% from 255) = 19.24%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=40.21%
G=19.24%
B=40.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117561180.010.5300.54299.0335.6334.12
Hex75387613503612b2422
Octal165701661650664534442
Binary1110101111000111011011101010110110100101011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753876; }

 p { color: rgb(117,56,118); }

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

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

 a { background-color: rgb(117,56,118); }

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

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

 span { border-color: rgb(117,56,118); }

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