#754877

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

Shades of Eminence #754877

Tints of Eminence #754877

Color information

#754877 (or 0x754877) is unknown color: approx Eminence. HEX triplet: 75, 48 and 77. RGB value is (117,72,119). Sum of RGB (Red+Green+Blue) = 117+72+119=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: blue. Hex color #754877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754877 is #8AB788. Grayscale: #5A5A5A. Windows color (decimal): -9090953 or 7817333. OLE color: 7817333.

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

Color convert

RGB11772119-
CMYK0.020.3900.53
HSL297.45º24.61%37.45%-
HSV(B)297.45º39.5%46.67%-
XYZ12.989.7518.65-
YUV90.81143.91146.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=37.99%
G=23.38%
B=38.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117721190.020.3900.53297.4524.6137.45
Hex7548772270351291925
Octal1651101672470654513145
Binary11101011001000111011110100111011010110010100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754877; }

 p { color: rgb(117,72,119); }

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

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

 a { background-color: rgb(117,72,119); }

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

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

 span { border-color: rgb(117,72,119); }

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