#75396D

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

Shades of Eminence #75396D

Tints of Eminence #75396D

Color information

#75396D (or 0x75396D) is unknown color: approx Eminence. HEX triplet: 75, 39 and 6D. RGB value is (117,57,109). Sum of RGB (Red+Green+Blue) = 117+57+109=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #75396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75396D is #8AC692. Grayscale: #505050. Windows color (decimal): -9094803 or 7158133. OLE color: 7158133.

HSL color Cylindrical-coordinate representation of color #75396D: hue angle of 308º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75396D is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11757109-
CMYK00.510.070.54
HSL308º34.48%34.12%-
HSV(B)308º51.28%45.88%-
XYZ11.567.8115.37-
YUV80.87143.88153.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=41.34%
G=20.14%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175710900.510.070.5430834.4834.12
Hex75396D0337361342222
Octal165711550637664644242
Binary111010111100111011010110011111110110100110100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75396D; }

 p { color: rgb(117,57,109); }

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

<style>
 a { background-color: #75396D; }

 a { background-color: rgb(117,57,109); }

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

<style>
 span { border-color: #75396D; }

 span { border-color: rgb(117,57,109); }

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