#75377E

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

Shades of Eminence #75377E

Tints of Eminence #75377E

Color information

#75377E (or 0x75377E) is unknown color: approx Eminence. HEX triplet: 75, 37 and 7E. RGB value is (117,55,126). Sum of RGB (Red+Green+Blue) = 117+55+126=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 126 - color contains mainly: blue. Hex color #75377E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75377E is #8AC881. Grayscale: #515151. Windows color (decimal): -9095298 or 8271733. OLE color: 8271733.

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

Color convert

RGB11755126-
CMYK0.070.5600.51
HSL292.39º39.23%35.49%-
HSV(B)292.39º56.35%49.41%-
XYZ12.478.0220.63-
YUV81.63153.04153.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 55 (21.88% from 255) = 18.46%
BLUE value IS 126 (49.61% from 255) = 42.28%
R=39.26%
G=18.46%
B=42.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117551260.070.5600.51292.3939.2335.49
Hex75377E7380331242723
Octal165671767700634444743
Binary111010111011111111101111110000110011100100100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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