#75356F

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

Shades of Eminence #75356F

Tints of Eminence #75356F

Color information

#75356F (or 0x75356F) is unknown color: approx Eminence. HEX triplet: 75, 35 and 6F. RGB value is (117,53,111). Sum of RGB (Red+Green+Blue) = 117+53+111=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #75356F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75356F is #8ACA90. Grayscale: #4E4E4E. Windows color (decimal): -9095825 or 7288181. OLE color: 7288181.

HSL color Cylindrical-coordinate representation of color #75356F: hue angle of 305.62º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75356F is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11753111-
CMYK00.550.050.54
HSL305.62º37.65%33.33%-
HSV(B)305.62º54.7%45.88%-
XYZ11.487.4815.88-
YUV78.75146.2155.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 111 (43.75% from 255) = 39.50%
R=41.64%
G=18.86%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175311100.550.050.54305.6237.6533.33
Hex75356F0375361322621
Octal165651570675664624641
Binary111010111010111011110110111101110110100110010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,53,111); }

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

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

 a { background-color: rgb(117,53,111); }

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

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

 span { border-color: rgb(117,53,111); }

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