#732972

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

Shades of Seance #732972

Tints of Seance #732972

Color information

#732972 (or 0x732972) is unknown color: approx Seance. HEX triplet: 73, 29 and 72. RGB value is (115,41,114). Sum of RGB (Red+Green+Blue) = 115+41+114=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #732972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732972 is #8CD68D. Grayscale: #474747. Windows color (decimal): -9229966 or 7481715. OLE color: 7481715.

HSL color Cylindrical-coordinate representation of color #732972: hue angle of 300.81º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #732972 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11541114-
CMYK00.640.010.55
HSL300.81º47.44%30.59%-
HSV(B)300.81º64.35%45.1%-
XYZ10.96.4516.59-
YUV71.45152.02159.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.59%
GREEN value IS 41 (16.41% from 255) = 15.19%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=42.59%
G=15.19%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154111400.640.010.55300.8147.4430.59
Hex73297204013712d2f1f
Octal1635116201001674555737
Binary1110011101001111001001000000111011110010110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732972; }

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

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

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

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

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

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

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

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