#732671

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

Shades of Seance #732671

Tints of Seance #732671

Color information

#732671 (or 0x732671) is unknown color: approx Seance. HEX triplet: 73, 26 and 71. RGB value is (115,38,113). Sum of RGB (Red+Green+Blue) = 115+38+113=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #732671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732671 is #8CD98E. Grayscale: #454545. Windows color (decimal): -9230735 or 7415411. OLE color: 7415411.

HSL color Cylindrical-coordinate representation of color #732671: hue angle of 301.56º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #732671 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11538113-
CMYK00.670.020.55
HSL301.56º50.33%30%-
HSV(B)301.56º66.96%45.1%-
XYZ10.746.2216.26-
YUV69.57152.51160.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 38 (15.23% from 255) = 14.29%
BLUE value IS 113 (44.53% from 255) = 42.48%
R=43.23%
G=14.29%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153811300.670.020.55301.5650.3330
Hex73267104323712e321e
Octal1634616101032674566236
Binary11100111001101110001010000111011011110010111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732671; }

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

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

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

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

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

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

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

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