#75317F

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

Shades of Eminence #75317F

Tints of Eminence #75317F

Color information

#75317F (or 0x75317F) is unknown color: approx Eminence. HEX triplet: 75, 31 and 7F. RGB value is (117,49,127). Sum of RGB (Red+Green+Blue) = 117+49+127=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #75317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75317F is #8ACE80. Grayscale: #4D4D4D. Windows color (decimal): -9096833 or 8335733. OLE color: 8335733.

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

Color convert

RGB11749127-
CMYK0.080.6100.50
HSL292.31º44.32%34.51%-
HSV(B)292.31º61.42%49.8%-
XYZ12.277.5120.88-
YUV78.22155.53155.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 49 (19.53% from 255) = 16.72%
BLUE value IS 127 (50% from 255) = 43.34%
R=39.93%
G=16.72%
B=43.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117491270.080.6100.50292.3144.3234.51
Hex75317F83D0321242c23
Octal1656117710750624445443
Binary1110101110001111111110001111010110010100100100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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