#75307E

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

Shades of Eminence #75307E

Tints of Eminence #75307E

Color information

#75307E (or 0x75307E) is unknown color: approx Eminence. HEX triplet: 75, 30 and 7E. RGB value is (117,48,126). Sum of RGB (Red+Green+Blue) = 117+48+126=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 126 - color contains mainly: blue. Hex color #75307E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75307E is #8ACF81. Grayscale: #4D4D4D. Windows color (decimal): -9097090 or 8269941. OLE color: 8269941.

HSL color Cylindrical-coordinate representation of color #75307E: hue angle of 293.08º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75307E is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11748126-
CMYK0.070.6200.51
HSL293.08º44.83%34.12%-
HSV(B)293.08º61.9%49.41%-
XYZ12.167.420.53-
YUV77.52155.36156.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 126 (49.61% from 255) = 43.30%
R=40.21%
G=16.49%
B=43.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117481260.070.6200.51293.0844.8334.12
Hex75307E73E0331252d22
Octal165601767760634455542
Binary111010111000011111101111111100110011100100101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75307E; }

 p { color: rgb(117,48,126); }

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

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

 a { background-color: rgb(117,48,126); }

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

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

 span { border-color: rgb(117,48,126); }

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