#75417E

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

Shades of Eminence #75417E

Tints of Eminence #75417E

Color information

#75417E (or 0x75417E) is unknown color: approx Eminence. HEX triplet: 75, 41 and 7E. RGB value is (117,65,126). Sum of RGB (Red+Green+Blue) = 117+65+126=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #75417E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75417E is #8ABE81. Grayscale: #575757. Windows color (decimal): -9092738 or 8274293. OLE color: 8274293.

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

Color convert

RGB11765126-
CMYK0.070.4800.51
HSL291.15º31.94%37.45%-
HSV(B)291.15º48.41%49.41%-
XYZ12.999.0720.8-
YUV87.5149.73149.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 65 (25.78% from 255) = 21.10%
BLUE value IS 126 (49.61% from 255) = 40.91%
R=37.99%
G=21.10%
B=40.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117651260.070.4800.51291.1531.9437.45
Hex75417E7300331232025
Octal1651011767600634434045
Binary1110101100000111111101111100000110011100100011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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