#732873

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

Shades of Seance #732873

Tints of Seance #732873

Color information

#732873 (or 0x732873) is unknown color: approx Seance. HEX triplet: 73, 28 and 73. RGB value is (115,40,115). Sum of RGB (Red+Green+Blue) = 115+40+115=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #732873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732873 is #8CD78C. Grayscale: #464646. Windows color (decimal): -9230221 or 7546995. OLE color: 7546995.

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

Color convert

RGB11540115-
CMYK00.6500.55
HSL300º48.39%30.39%-
HSV(B)300º65.22%45.1%-
XYZ10.926.416.88-
YUV70.97152.85159.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.59%
GREEN value IS 40 (16.02% from 255) = 14.81%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=42.59%
G=14.81%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154011500.6500.5530048.3930.39
Hex73287304103712c301e
Octal1635016301010674546036
Binary1110011101000111001101000001011011110010110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732873; }

 p { color: rgb(115,40,115); }

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

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

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

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

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

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

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