#75297F

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

Shades of Eminence #75297F

Tints of Eminence #75297F

Color information

#75297F (or 0x75297F) is unknown color: approx Eminence. HEX triplet: 75, 29 and 7F. RGB value is (117,41,127). Sum of RGB (Red+Green+Blue) = 117+41+127=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #75297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75297F is #8AD680. Grayscale: #494949. Windows color (decimal): -9098881 or 8333685. OLE color: 8333685.

HSL color Cylindrical-coordinate representation of color #75297F: hue angle of 293.02º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75297F is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11741127-
CMYK0.080.6800.50
HSL293.02º51.19%32.94%-
HSV(B)293.02º67.72%49.8%-
XYZ11.966.920.78-
YUV73.53158.18159.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 41 (16.41% from 255) = 14.39%
BLUE value IS 127 (50% from 255) = 44.56%
R=41.05%
G=14.39%
B=44.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117411270.080.6800.50293.0251.1932.94
Hex75297F8440321253321
Octal16551177101040624456341
Binary11101011010011111111100010001000110010100100101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75297F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75297F; }

 p { color: rgb(117,41,127); }

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

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

 a { background-color: rgb(117,41,127); }

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

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

 span { border-color: rgb(117,41,127); }

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