#732672

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

Shades of Seance #732672

Tints of Seance #732672

Color information

#732672 (or 0x732672) is unknown color: approx Seance. HEX triplet: 73, 26 and 72. RGB value is (115,38,114). Sum of RGB (Red+Green+Blue) = 115+38+114=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #732672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732672 is #8CD98D. Grayscale: #454545. Windows color (decimal): -9230734 or 7480947. OLE color: 7480947.

HSL color Cylindrical-coordinate representation of color #732672: hue angle of 300.78º 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 #732672 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11538114-
CMYK00.670.010.55
HSL300.78º50.33%30%-
HSV(B)300.78º66.96%45.1%-
XYZ10.86.2516.56-
YUV69.69153.01160.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=43.07%
G=14.23%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153811400.670.010.55300.7850.3330
Hex73267204313712d321e
Octal1634616201031674556236
Binary1110011100110111001001000011111011110010110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732672; }

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

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

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

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

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

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

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

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