#752F73

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

Shades of Seance #752F73

Tints of Seance #752F73

Color information

#752F73 (or 0x752F73) is unknown color: approx Seance. HEX triplet: 75, 2F and 73. RGB value is (117,47,115). Sum of RGB (Red+Green+Blue) = 117+47+115=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #752F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F73 is #8AD08C. Grayscale: #4B4B4B. Windows color (decimal): -9097357 or 7548789. OLE color: 7548789.

HSL color Cylindrical-coordinate representation of color #752F73: hue angle of 301.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #752F73 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11747115-
CMYK00.600.020.54
HSL301.71º42.68%32.16%-
HSV(B)301.71º59.83%45.88%-
XYZ11.457.0516.98-
YUV75.68150.19157.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 47 (18.75% from 255) = 16.85%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=41.94%
G=16.85%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174711500.600.020.54301.7142.6832.16
Hex752F7303C23612e2b20
Octal165571630742664565340
Binary11101011011111110011011110010110110100101110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752F73; }

 p { color: rgb(117,47,115); }

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

<style>
 a { background-color: #752F73; }

 a { background-color: rgb(117,47,115); }

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

<style>
 span { border-color: #752F73; }

 span { border-color: rgb(117,47,115); }

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