#75336D

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

Shades of Seance #75336D

Tints of Seance #75336D

Color information

#75336D (or 0x75336D) is unknown color: approx Seance. HEX triplet: 75, 33 and 6D. RGB value is (117,51,109). Sum of RGB (Red+Green+Blue) = 117+51+109=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75336D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75336D is #8ACC92. Grayscale: #4D4D4D. Windows color (decimal): -9096339 or 7156597. OLE color: 7156597.

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

Color convert

RGB11751109-
CMYK00.560.070.54
HSL307.27º39.29%32.94%-
HSV(B)307.27º56.41%45.88%-
XYZ11.287.2515.27-
YUV77.35145.87156.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 109 (42.97% from 255) = 39.35%
R=42.24%
G=18.41%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175110900.560.070.54307.2739.2932.94
Hex75336D0387361332721
Octal165631550707664634741
Binary111010111001111011010111000111110110100110011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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