#754478

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

Shades of Eminence #754478

Tints of Eminence #754478

Color information

#754478 (or 0x754478) is unknown color: approx Eminence. HEX triplet: 75, 44 and 78. RGB value is (117,68,120). Sum of RGB (Red+Green+Blue) = 117+68+120=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 120 - color contains mainly: blue. Hex color #754478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754478 is #8ABB87. Grayscale: #585858. Windows color (decimal): -9091976 or 7881845. OLE color: 7881845.

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

Color convert

RGB11768120-
CMYK0.020.4300.53
HSL296.54º27.66%36.86%-
HSV(B)296.54º43.33%47.06%-
XYZ12.799.2718.88-
YUV88.58145.73148.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=38.36%
G=22.30%
B=39.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117681200.020.4300.53296.5427.6636.86
Hex75447822B0351291c25
Octal1651041702530654513445
Binary11101011000100111100010101011011010110010100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754478; }

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

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

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

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

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

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

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

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