#75356D

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

Shades of Seance #75356D

Tints of Seance #75356D

Color information

#75356D (or 0x75356D) is unknown color: approx Seance. HEX triplet: 75, 35 and 6D. RGB value is (117,53,109). Sum of RGB (Red+Green+Blue) = 117+53+109=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75356D is #8ACA92. Grayscale: #4E4E4E. Windows color (decimal): -9095827 or 7157109. OLE color: 7157109.

HSL color Cylindrical-coordinate representation of color #75356D: hue angle of 307.5º 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 #75356D is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11753109-
CMYK00.550.070.54
HSL307.5º37.65%33.33%-
HSV(B)307.5º54.7%45.88%-
XYZ11.377.4315.3-
YUV78.52145.2155.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=41.94%
G=19.00%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175310900.550.070.54307.537.6533.33
Hex75356D0377361342621
Octal165651550677664644641
Binary111010111010111011010110111111110110100110100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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