#75367F

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

Shades of Eminence #75367F

Tints of Eminence #75367F

Color information

#75367F (or 0x75367F) is unknown color: approx Eminence. HEX triplet: 75, 36 and 7F. RGB value is (117,54,127). Sum of RGB (Red+Green+Blue) = 117+54+127=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #75367F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75367F is #8AC980. Grayscale: #505050. Windows color (decimal): -9095553 or 8337013. OLE color: 8337013.

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

Color convert

RGB11754127-
CMYK0.080.5700.50
HSL291.78º40.33%35.49%-
HSV(B)291.78º57.48%49.8%-
XYZ12.497.9520.96-
YUV81.16153.87153.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 54 (21.48% from 255) = 18.12%
BLUE value IS 127 (50% from 255) = 42.62%
R=39.26%
G=18.12%
B=42.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117541270.080.5700.50291.7840.3335.49
Hex75367F8390321242823
Octal1656617710710624445043
Binary1110101110110111111110001110010110010100100100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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