#732D71

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

Shades of Seance #732D71

Tints of Seance #732D71

Color information

#732D71 (or 0x732D71) is unknown color: approx Seance. HEX triplet: 73, 2D and 71. RGB value is (115,45,113). Sum of RGB (Red+Green+Blue) = 115+45+113=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #732D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732D71 is #8CD28E. Grayscale: #494949. Windows color (decimal): -9228943 or 7417203. OLE color: 7417203.

HSL color Cylindrical-coordinate representation of color #732D71: hue angle of 301.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #732D71 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11545113-
CMYK00.610.020.55
HSL301.71º43.75%31.37%-
HSV(B)301.71º60.87%45.1%-
XYZ10.996.7116.34-
YUV73.68150.19157.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.12%
GREEN value IS 45 (17.97% from 255) = 16.48%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=42.12%
G=16.48%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154511300.610.020.55301.7143.7531.37
Hex732D7103D23712e2c1f
Octal163551610752674565437
Binary1110011101101111000101111011011011110010111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732D71; }

 p { color: rgb(115,45,113); }

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

<style>
 a { background-color: #732D71; }

 a { background-color: rgb(115,45,113); }

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

<style>
 span { border-color: #732D71; }

 span { border-color: rgb(115,45,113); }

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