#753878

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

Shades of Eminence #753878

Tints of Eminence #753878

Color information

#753878 (or 0x753878) is unknown color: approx Eminence. HEX triplet: 75, 38 and 78. RGB value is (117,56,120). Sum of RGB (Red+Green+Blue) = 117+56+120=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 120 - color contains mainly: blue. Hex color #753878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753878 is #8AC787. Grayscale: #515151. Windows color (decimal): -9095048 or 7878773. OLE color: 7878773.

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

Color convert

RGB11756120-
CMYK0.020.5300.53
HSL297.19º36.36%34.51%-
HSV(B)297.19º53.33%47.06%-
XYZ12.147.9718.67-
YUV81.54149.71153.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=39.93%
G=19.11%
B=40.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117561200.020.5300.53297.1936.3634.51
Hex7538782350351292423
Octal165701702650654514443
Binary11101011110001111000101101010110101100101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753878; }

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

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

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

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

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

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

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

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