#754378

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

Shades of Eminence #754378

Tints of Eminence #754378

Color information

#754378 (or 0x754378) is unknown color: approx Eminence. HEX triplet: 75, 43 and 78. RGB value is (117,67,120). Sum of RGB (Red+Green+Blue) = 117+67+120=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: blue. Hex color #754378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754378 is #8ABC87. Grayscale: #575757. Windows color (decimal): -9092232 or 7881589. OLE color: 7881589.

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

Color convert

RGB11767120-
CMYK0.020.4400.53
HSL296.6º28.34%36.67%-
HSV(B)296.6º44.17%47.06%-
XYZ12.739.1518.86-
YUV87.99146.06148.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 67 (26.56% from 255) = 22.04%
BLUE value IS 120 (47.27% from 255) = 39.47%
R=38.49%
G=22.04%
B=39.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117671200.020.4400.53296.628.3436.67
Hex75437822C0351291c25
Octal1651031702540654513445
Binary11101011000011111100010101100011010110010100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754378; }

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

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

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

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

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

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

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

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